fix: 修复vip试用secret报错的bug

pull/265/head
xiaojunnuo 2024-11-19 17:43:06 +08:00
parent c7cf2e6f16
commit 018dee6c38
1 changed files with 1 additions and 1 deletions

View File

@ -109,8 +109,8 @@ export class PlusService {
} }
async getVipTrial() { async getVipTrial() {
const plusRequestService = await this.getPlusRequestService();
await this.register(); await this.register();
const plusRequestService = await this.getPlusRequestService();
const res = await plusRequestService.request({ const res = await plusRequestService.request({
url: '/activation/subject/vip/trialGet', url: '/activation/subject/vip/trialGet',
method: 'POST', method: 'POST',