mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
perf: 1panel增加授权测试按钮
This commit is contained in:
@@ -110,6 +110,7 @@ export class UpyunDeployToCdn extends AbstractTaskPlugin {
|
|||||||
this.logger.info(`登录成功`);
|
this.logger.info(`登录成功`);
|
||||||
const certId = await upyunClient.uploadCert(cookie, this.cert);
|
const certId = await upyunClient.uploadCert(cookie, this.cert);
|
||||||
this.logger.info(`上传证书成功:${certId}`);
|
this.logger.info(`上传证书成功:${certId}`);
|
||||||
|
await this.ctx.utils.sleep(5000);
|
||||||
for (const item of this.cdnList) {
|
for (const item of this.cdnList) {
|
||||||
|
|
||||||
const data :any= {
|
const data :any= {
|
||||||
|
|||||||
Reference in New Issue
Block a user