Commit e9555326 by zhangkb

修改标签元数据导入接口

parent 2f7efedd
......@@ -27,7 +27,7 @@ public class TagFileCtrl {
private TagFileService tagExportService;
@ApiOperation(value = "导入标签元数据", notes = "导入标签元数据")
@GetMapping("/importTagMeta")
@PostMapping("/importTagMeta")
public String importTagMeta(@RequestParam("idPath") String idPath,
@RequestParam("dimensionType") String dimensionType,@RequestParam("tagType") String tagType,
MultipartFile file, HttpServletResponse response) throws Exception {
......
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