mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: comm trial
This commit is contained in:
@@ -38,8 +38,8 @@ export class SysPlusController extends BaseController {
|
||||
}
|
||||
|
||||
@Post('/getVipTrial', { summary: 'sys:settings:edit' })
|
||||
async getVipTrial(@Body(ALL) body) {
|
||||
const res = await this.plusService.getVipTrial();
|
||||
async getVipTrial(@Body("vipType") vipType?:string) {
|
||||
const res = await this.plusService.getVipTrial(vipType);
|
||||
return this.ok(res);
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user