From a173abca7ed6e158f360ca237c1d1d18725aec83 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: Wed, 21 Aug 2024 11:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E7=A7=81=E4=BF=9D=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/payconfig/1001_1.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/payconfig/1001_1.php b/config/payconfig/1001_1.php index bb0a3ec..aaa71ca 100644 --- a/config/payconfig/1001_1.php +++ b/config/payconfig/1001_1.php @@ -15,9 +15,9 @@ return [ // 收款平台 'platform' => 'sqbpay', // 账号 - 'account' => '188*****423', + 'account' => '18872410423', // 密码 - 'password' => '76********QB', + 'password' => '7698177hcnSQB', // 订单查询参数配置 'query' => array ( 'date_end' => NULL, @@ -26,7 +26,7 @@ return [ 'page_size' => 10, 'upayQueryType' => 0, 'status' => '2000', - 'store_sn' => '15**********27', + 'store_sn' => '1580000008493827', 'type' => '30', ), ]