mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
fix: 修复vip试用secret报错的bug
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user