From 09184af4b5aa58b566a37c0e7d62f1e86024f956 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 18 Apr 2023 16:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ca=E5=BC=80=E5=85=B7=E5=A4=84?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Ca/CaOffline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/Ca/CaOffline.php b/extend/Ca/CaOffline.php index ffcc56c..7003da6 100644 --- a/extend/Ca/CaOffline.php +++ b/extend/Ca/CaOffline.php @@ -20,7 +20,7 @@ class CaOffline extends Base throw new BusinessException("缺少ca线下配置"); } $this->app_id = $offline['app_id']; - $this->api_url = $offline['app_id']; + $this->api_url = $offline['api_url']; $this->secret = $offline['secret']; }