This commit is contained in:
技术老胡 2024-08-21 12:02:20 +08:00
parent a173abca7e
commit 51bc3447d8

View File

@ -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',
),
]