Commit 4335dfe9 authored by 赵啸非's avatar 赵啸非

添加批量新增窗口业务接口

parent 297113aa
...@@ -52,7 +52,7 @@ public class UploadController extends BaseController { ...@@ -52,7 +52,7 @@ public class UploadController extends BaseController {
@RequestMapping(value = "commonupload") @RequestMapping(value = "commonupload")
public String doFileUpload(MultipartFile file, @RequestParam(value = "prePath",defaultValue = "/file/fileupload") String prePath) { public String doFileUpload(MultipartFile file, @RequestParam(value = "prePath",defaultValue = "file/fileupload") String prePath) {
Map<String, Object> model = new HashMap<>(); Map<String, Object> model = new HashMap<>();
String jsonStr = ""; String jsonStr = "";
try { try {
......
...@@ -19,6 +19,14 @@ Content-Type: application/json ...@@ -19,6 +19,14 @@ Content-Type: application/json
"siteId":2 "siteId":2
} }
###业务事项关联列表
POST {{baseUrl}}/business/matter/matterlist
Content-Type: application/json
{
"siteId":2
}
###业务事项关联更新与保存 ###业务事项关联更新与保存
POST {{baseUrl}}/business/matter/save POST {{baseUrl}}/business/matter/save
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment