perf: 腾讯云EO增加请求参数打印

This commit is contained in:
xiaojunnuo
2025-12-16 23:10:30 +08:00
parent 3f3ee3456e
commit 5b5deac7d9
@@ -11,7 +11,7 @@ import {CertApplyPluginNames, CertInfo, CertReader} from "@certd/plugin-cert";
name: 'DeployCertToTencentEO', name: 'DeployCertToTencentEO',
title: '腾讯云-部署到腾讯云EO', title: '腾讯云-部署到腾讯云EO',
icon: 'svg:icon-tencentcloud', icon: 'svg:icon-tencentcloud',
desc: '腾讯云边缘安全加速平台EdgeOne(EO),必须配置上传证书到腾讯云任务', desc: '腾讯云边缘安全加速平台EdgeOne(EO)',
group: pluginGroups.tencent.key, group: pluginGroups.tencent.key,
default: { default: {
strategy: { strategy: {
@@ -126,6 +126,7 @@ export class DeployCertToTencentEO extends AbstractTaskPlugin {
}, },
], ],
}; };
this.logger.info('设置腾讯云EO证书参数:', JSON.stringify(params));
await this.doRequest(client, params); await this.doRequest(client, params);
} }