mirror of https://github.com/certd/certd
fix: 修复vip试用secret报错的bug
parent
c7cf2e6f16
commit
018dee6c38
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue