|
@@ -341,7 +341,7 @@ public class MusicGroupController extends BaseController {
|
|
|
}
|
|
|
registerPayDto.setUserId(studentRegistration.getUserId());
|
|
|
registerPayDto.setMusicGroupId(studentRegistration.getMusicGroupId());
|
|
|
- return succeed(musicGroupService.pay(registerPayDto));
|
|
|
+ return musicGroupService.pay(registerPayDto);
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "乐团报名重新支付")
|