|
|
@@ -145,7 +145,7 @@ public class ActivityEnrollController {
|
|
|
return RT.fileStream(bot.toByteArray(), "banding" + ExcelTypeEnum.XLSX.getValue());
|
|
|
}
|
|
|
|
|
|
- @GetMapping(value = "/enroll")
|
|
|
+ @PostMapping(value = "/enroll")
|
|
|
@ApiOperation(value="报名")
|
|
|
@SaCheckPermission("activityinfo:detail")
|
|
|
public RT<Boolean> enroll(@Valid UserEnrollDto dto){
|