From 486ef4bcd5a378b292f8aac5bf99450d4f8bf0c1 Mon Sep 17 00:00:00 2001 From: Hanada Date: Wed, 18 Jun 2025 16:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E7=BD=91=E5=AE=BFcheck?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E8=B0=83=E7=94=A8=E7=9A=84API=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BB=A5=E9=81=BF=E5=85=8D=E4=BA=A7=E5=93=81=E6=9C=AA?= =?UTF-8?q?=E5=BC=80=E9=80=9A=E5=AF=BC=E8=87=B4=E9=AA=8C=E8=AF=81=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/deploy/wangsu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/deploy/wangsu.php b/app/lib/deploy/wangsu.php index f9cd555..f2bed7e 100644 --- a/app/lib/deploy/wangsu.php +++ b/app/lib/deploy/wangsu.php @@ -24,7 +24,7 @@ class wangsu implements DeployInterface public function check() { if (empty($this->username) || empty($this->apiKey)) throw new Exception('必填参数不能为空'); - $this->request('/cdn/certificates'); + $this->request('/api/ssl/certificate'); return true; }