From e1e90c3c71600937cbeb7b4d5d532bc6937f94e1 Mon Sep 17 00:00:00 2001 From: net909 Date: Fri, 18 Jul 2025 14:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=98=BF=E9=87=8C=E4=BA=91ES?= =?UTF-8?q?A=E9=83=A8=E7=BD=B2=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/deploy/aliyun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/deploy/aliyun.php b/app/lib/deploy/aliyun.php index 67514f8..5ccf457 100644 --- a/app/lib/deploy/aliyun.php +++ b/app/lib/deploy/aliyun.php @@ -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; } }