From 184cabb8597f117e629ce584e440ef2853d7a360 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:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E7=A7=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= 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 aaa71ca..bb0a3ec 100644 --- a/config/payconfig/1001_1.php +++ b/config/payconfig/1001_1.php @@ -15,9 +15,9 @@ return [ // 收款平台 'platform' => 'sqbpay', // 账号 - 'account' => '18872410423', + 'account' => '188*****423', // 密码 - 'password' => '7698177hcnSQB', + 'password' => '76********QB', // 订单查询参数配置 'query' => array ( 'date_end' => NULL, @@ -26,7 +26,7 @@ return [ 'page_size' => 10, 'upayQueryType' => 0, 'status' => '2000', - 'store_sn' => '1580000008493827', + 'store_sn' => '15**********27', 'type' => '30', ), ]