Browse Source

接口改post请求

pull/19/head
西大锐 1 year ago
parent
commit
13ec86755b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/controller/model/ModelsController.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/controller/model/ModelsController.java 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");


Loading…
Cancel
Save