chore: 修复update domain传参问题

This commit is contained in:
xiaojunnuo
2026-07-09 16:42:48 +08:00
parent 02dabe11db
commit 5a7766992d
2 changed files with 1 additions and 2 deletions
@@ -132,6 +132,5 @@ export class MainConfiguration {
logger.info(text); logger.info(text);
}); });
logger.info("当前环境:", this.app.getEnv()); // prod logger.info("当前环境:", this.app.getEnv()); // prod
} }
} }
@@ -125,8 +125,8 @@ export class VolcengineDeployToVOD extends AbstractTaskPlugin {
body: { body: {
SpaceName: this.spaceName, SpaceName: this.spaceName,
DomainType: apiDomainType, DomainType: apiDomainType,
Domain: domain,
UpdateCdnConfigParam: { UpdateCdnConfigParam: {
Domain: domain,
HTTPS: { HTTPS: {
Switch: true, Switch: true,
CertInfo: { CertInfo: {