add 会员系统发布
This commit is contained in:
+10
@@ -294,4 +294,14 @@ public class StandardsMeetingController extends JeroController<PayMeeting, IPayM
|
||||
return Result.OK();
|
||||
}
|
||||
|
||||
/**
|
||||
* 发布
|
||||
*/
|
||||
@AutoLog("会员系统发布")
|
||||
@ApiOperation(value = "会员系统发布")
|
||||
@PostMapping(value = "/standardsRelease")
|
||||
public Result<?> standardsRelease(@RequestBody PublishReminderVO publishReminderVO) {
|
||||
payMeetingService.release(publishReminderVO);
|
||||
return Result.OK();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user