perf: 专业版试用,无需绑定账号

This commit is contained in:
xiaojunnuo
2024-11-17 01:06:27 +08:00
parent c6488b58f5
commit c7c4318c11
5 changed files with 42 additions and 5 deletions

View File

@@ -35,6 +35,12 @@ export class SysPlusController extends BaseController {
return this.ok(true);
}
@Post('/getVipTrial', { summary: 'sys:settings:edit' })
async getVipTrial(@Body(ALL) body) {
const res = await this.plusService.getVipTrial();
return this.ok(res);
}
//
// @Get('/test', { summary: Constants.per.guest })
// async test() {