This commit is contained in:
技术老胡 2024-08-21 12:04:32 +08:00
parent 56279fc675
commit 2d7c0ff706

View File

@ -15,9 +15,9 @@ return [
// 收款平台 // 收款平台
'platform' => 'sqbpay', 'platform' => 'sqbpay',
// 账号 // 账号
'account' => '18872410423', 'account' => '188*****423',
// 密码 // 密码
'password' => '7698177hcnSQB', 'password' => '76********QB',
// 订单查询参数配置 // 订单查询参数配置
'query' => array ( 'query' => array (
'date_end' => NULL, 'date_end' => NULL,
@ -26,7 +26,7 @@ return [
'page_size' => 10, 'page_size' => 10,
'upayQueryType' => 0, 'upayQueryType' => 0,
'status' => '2000', 'status' => '2000',
'store_sn' => '1580000008493827', 'store_sn' => '15**********27',
'type' => '30', 'type' => '30',
), ),
] ]