|
@@ -84,6 +84,7 @@ public class MusicGroupController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "开启乐团缴费功能")
|
|
|
@PostMapping("/openPay")
|
|
|
+ @PreAuthorize("@pcs.hasPermissions('musicGroup/openPay')")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "musicGroupId", value = "乐团编号", required = true, dataType = "String"),
|
|
|
@ApiImplicitParam(name = "expireDate", value = "截止缴费日期", required = true, dataType = "String")
|