优化
This commit is contained in:
@ -34,7 +34,8 @@ public class AppDivideController {
|
||||
@PostMapping("/activityRefundMoney")
|
||||
@Operation(summary = "活动退款")
|
||||
public CommonResult<Boolean> activityRefundMoney(@RequestBody ActivityRefundMoney refundMoney) {
|
||||
return success(profitsharingService.activityRefundMoney(refundMoney));
|
||||
profitsharingService.activityRefundMoney(refundMoney);
|
||||
return success(true);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user