接口改post请求

This commit is contained in:
西大锐 2024-04-15 16:31:39 +08:00
parent 91df52b08a
commit 13ec86755b
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public class ModelsController extends BaseController {
}
@GetMapping("/exportModel")
@PostMapping("/exportModel")
@ApiOperation(value = "导出模型", notes = "将流水线产物导出到模型。")
public AjaxResult exportModels(@RequestBody Map map) throws Exception {
String path = (String) map.get("path");