chore: vip modal content转到单独的组件中

This commit is contained in:
xiaojunnuo
2026-02-02 02:29:26 +08:00
parent b4babbe2c7
commit d311992983
4 changed files with 316 additions and 291 deletions
@@ -48,6 +48,11 @@ export class SysPlusController extends BaseController {
const res = await this.plusService.getVipTrial(vipType);
return this.ok(res);
}
@Post('/getTodayVipOrderCount', { summary: 'sys:settings:edit' })
async getTodayVipOrderCount() {
const res = await this.plusService.getTodayOrderCount();
return this.ok(res);
}
//
// @Get('/test', { summary: Constants.per.guest })
// async test() {