|
@@ -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);
|
|
|
}
|