From afb78747f017ea7053e84bd4f2a087e4fc6547ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Fri, 18 Oct 2024 16:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/PayController.php | 2 +- config/payconfig/1001_1.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/PayController.php b/app/controller/PayController.php index a529ca6..74ab703 100644 --- a/app/controller/PayController.php +++ b/app/controller/PayController.php @@ -273,7 +273,7 @@ class PayController } } if (!$orders) { - return \json(['code' => 0, 'msg' => '非本账号订单']); + return \json(['code' => 0, 'msg' => '非本账号订单或监听模式不对']); } // 登陆账号 $config = ['username' => $pay_config['account'], 'password' => $pay_config['password']]; diff --git a/config/payconfig/1001_1.php b/config/payconfig/1001_1.php index 29c3a8f..e755841 100644 --- a/config/payconfig/1001_1.php +++ b/config/payconfig/1001_1.php @@ -19,7 +19,7 @@ return [ // 账号 'account' => '188******23', // 密码 - 'password' => '76********SQB', + 'password' => '7*******B', // 订单查询参数配置 'query' => array ( 'date_end' => NULL,