mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-16 15:33:44 +08:00
调整支付逻辑
This commit is contained in:
33
config/payconfig/1001_39.php
Normal file
33
config/payconfig/1001_39.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 支付监听配置,一个文件,一个账号
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 用户账号配置
|
||||
'user' => [
|
||||
'pid' => 1001,
|
||||
'key' => '7ImzF6Rf8OciQcmRJv8oTNBwIp6uqF0p'
|
||||
],
|
||||
// 收款平台账号配置
|
||||
'pay' => [
|
||||
// 账号id
|
||||
'aid' => 39,
|
||||
// 收款平台
|
||||
'platform' => 'sqbpay',
|
||||
// 账号
|
||||
'account' => '18727623516',
|
||||
// 密码
|
||||
'password' => '123456',
|
||||
// 订单查询参数配置
|
||||
'query' => array (
|
||||
'date_end' => NULL,
|
||||
'date_start' => NULL,
|
||||
'page' => 1,
|
||||
'page_size' => 10,
|
||||
'upayQueryType' => 0,
|
||||
'status' => '2000',
|
||||
'store_sn' => '',
|
||||
'type' => '30',
|
||||
),
|
||||
]
|
||||
];
|
37
config/payconfig/1001_40.php
Normal file
37
config/payconfig/1001_40.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 支付监听配置,一个文件,一个账号
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
// 用户账号配置
|
||||
'user' => [
|
||||
'pid' => 1001,
|
||||
'key' => '7ImzF6Rf8OciQcmRJv8oTNBwIp6uqF0p'
|
||||
],
|
||||
// 收款平台账号配置
|
||||
'pay' => [
|
||||
// 账号id
|
||||
'aid' => 40,
|
||||
// 收款平台
|
||||
'platform' => 'mqpay',
|
||||
// 账号
|
||||
'account' => '258000000',
|
||||
// 密码
|
||||
'password' => '123456',
|
||||
// 订单查询参数配置
|
||||
'query' => array (
|
||||
'terminalType' => '',
|
||||
'payType' => '',
|
||||
'payMode' => '',
|
||||
'tradeStatus' => '1',
|
||||
'tradeNo' => '',
|
||||
'storeId' => '',
|
||||
'page' => 1,
|
||||
'rows' => 10,
|
||||
'endDate' => NULL,
|
||||
'endTime' => NULL,
|
||||
'startDate' => NULL,
|
||||
'startTime' => NULL,
|
||||
),
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user