修复阿里云ESA部署失败

This commit is contained in:
net909
2025-07-18 14:47:12 +08:00
parent 0837ac9be1
commit e1e90c3c71

View File

@@ -216,7 +216,7 @@ class aliyun implements DeployInterface
if ($flag) {
$exist_cert_id = $cert['Id'];
$exist_cert_name = $cert['Name'];
$exist_cert_casid = $cert['CasId'];
$exist_cert_casid = isset($cert['CasId']) ? $cert['CasId'] : null;
break;
}
}