Merge branch 'v2-dev' into v2-dev-template

This commit is contained in:
xiaojunnuo
2025-06-21 17:11:15 +08:00
38 changed files with 213 additions and 87 deletions
@@ -89,6 +89,7 @@ export class DeployCertToTencentEO extends AbstractTaskPlugin {
getClient(accessProvider: TencentAccess) {
const TeoClient = this.Client;
const endpoint = accessProvider.isIntl()?"teo.intl.tencentcloudapi.com": "teo.tencentcloudapi.com";
const clientConfig = {
credential: {
secretId: accessProvider.secretId,
@@ -97,7 +98,7 @@ export class DeployCertToTencentEO extends AbstractTaskPlugin {
region: '',
profile: {
httpProfile: {
endpoint: 'teo.tencentcloudapi.com',
endpoint,
},
},
};