瀏覽代碼

优化-导出训练营详情请求方式

hgw 3 年之前
父節點
當前提交
16bd54c02b

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/TempLittleArtistTrainingCampController.java

@@ -150,7 +150,7 @@ public class TempLittleArtistTrainingCampController extends BaseController {
             @ApiImplicitParam(name = "imGroupId", dataType = "Integer", value = "所在群组Id"),
     })
     @ApiOperation(value="导出训练营详情")
-    @GetMapping(value = "/exportUserTrainingDetail")
+    @PostMapping(value = "/exportUserTrainingDetail")
     public void exportUserTrainingDetail(@RequestBody Map<String, Object> param, HttpServletResponse response) throws IOException{
         tempLittleArtistTrainingCampService.exportUserTrainingDetail(param, response);
     }