fix: 修复阿里云dcdn使用上传到cas的id引用错误的bug

This commit is contained in:
xiaojunnuo
2026-02-15 13:08:20 +08:00
parent 0283662931
commit 61800b23e2
8 changed files with 22 additions and 7 deletions
@@ -316,6 +316,8 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
certId = certIdRes.certId as any;
}else if (casCert.certId){
certId = casCert.certId;
}else{
throw new Error('证书格式错误'+JSON.stringify(this.cert));
}
}