perf: 支持部署到阿里云ALB

This commit is contained in:
xiaojunnuo
2025-01-19 15:31:37 +08:00
parent 417d37b199
commit 653940a0ca
8 changed files with 249 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ export class AliyunSslClient {
}
checkRet(ret: any) {
if (ret.code != null) {
if (ret.Code != null) {
throw new Error("执行失败:" + ret.Message);
}
}