mirror of https://github.com/certd/certd
fix: 修复vip试用secret报错的bug
parent
c7cf2e6f16
commit
018dee6c38
|
@ -109,8 +109,8 @@ export class PlusService {
|
|||
}
|
||||
|
||||
async getVipTrial() {
|
||||
const plusRequestService = await this.getPlusRequestService();
|
||||
await this.register();
|
||||
const plusRequestService = await this.getPlusRequestService();
|
||||
const res = await plusRequestService.request({
|
||||
url: '/activation/subject/vip/trialGet',
|
||||
method: 'POST',
|
||||
|
|
Loading…
Reference in New Issue