From 5b5deac7d98684eda5c68384241a4d62c48d803b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 16 Dec 2025 23:10:30 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=85=BE=E8=AE=AF=E4=BA=91EO=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts index 189dcc56a..6265b889d 100644 --- a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts @@ -11,7 +11,7 @@ import {CertApplyPluginNames, CertInfo, CertReader} from "@certd/plugin-cert"; name: 'DeployCertToTencentEO', title: '腾讯云-部署到腾讯云EO', icon: 'svg:icon-tencentcloud', - desc: '腾讯云边缘安全加速平台EdgeOne(EO),必须配置上传证书到腾讯云任务', + desc: '腾讯云边缘安全加速平台EdgeOne(EO)', group: pluginGroups.tencent.key, default: { strategy: { @@ -126,6 +126,7 @@ export class DeployCertToTencentEO extends AbstractTaskPlugin { }, ], }; + this.logger.info('设置腾讯云EO证书参数:', JSON.stringify(params)); await this.doRequest(client, params); }