feat: 支持管理员消息推送
This commit is contained in:
@@ -57,6 +57,11 @@ export class UserController {
|
||||
return this.userService.reportSubscriptionMessageRequests(userId, dto.requests)
|
||||
}
|
||||
|
||||
@Post('user/subscription-messages/admin-booking-count')
|
||||
increaseAdminBookingSubscriptionCount(@CurrentUser('sub') userId: string) {
|
||||
return this.userService.grantAdminBookingSubscriptionCount(userId)
|
||||
}
|
||||
|
||||
// ─── Admin: Member Management ─────────────────────────────────────────────
|
||||
|
||||
@Get('admin/members')
|
||||
|
||||
Reference in New Issue
Block a user