From ef12bdb25d5acd6cad3342ce26068c4d4eedba98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Tue, 8 Aug 2023 13:36:11 +0800 Subject: [PATCH] Base protected to public --- mobile/source/helpers/dalianpay/library/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/source/helpers/dalianpay/library/Base.php b/mobile/source/helpers/dalianpay/library/Base.php index 8c34270..2f16d4c 100644 --- a/mobile/source/helpers/dalianpay/library/Base.php +++ b/mobile/source/helpers/dalianpay/library/Base.php @@ -3,7 +3,7 @@ class Base { // 配置 - protected $config; + public $config; // 加解密类 public $Crypt; // 请求类