mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-18 00:13:43 +08:00
插件管理更新
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
// | 支付插件列表
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return array (
|
||||
0 =>
|
||||
array (
|
||||
return array(
|
||||
0 =>
|
||||
array(
|
||||
'platform' => 'sqbpay',
|
||||
'name' => '收钱吧',
|
||||
'class_name' => 'ShouQianBa',
|
||||
@@ -13,10 +13,20 @@ return array (
|
||||
'describe' => '主流移动支付全能收 信用卡,花呗都能用,生意帮手收钱吧,移动收款就用它!',
|
||||
'website' => 'https://www.shouqianba.com/',
|
||||
'state' => 1,
|
||||
'query' => 'a:8:{s:8:"date_end";N;s:10:"date_start";N;s:4:"page";i:1;s:9:"page_size";i:10;s:13:"upayQueryType";i:0;s:6:"status";s:4:"2000";s:8:"store_sn";s:0:"";s:4:"type";s:2:"30";}',
|
||||
'query' =>
|
||||
array(
|
||||
'date_end' => NULL,
|
||||
'date_start' => NULL,
|
||||
'page' => 1,
|
||||
'page_size' => 10,
|
||||
'upayQueryType' => 0,
|
||||
'status' => '2000',
|
||||
'store_sn' => '',
|
||||
'type' => '30',
|
||||
),
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
1 =>
|
||||
array(
|
||||
'platform' => 'storepay',
|
||||
'name' => '数字门店',
|
||||
'class_name' => 'ZhiHuiJingYing',
|
||||
@@ -24,10 +34,19 @@ return array (
|
||||
'describe' => '数字门店',
|
||||
'website' => 'https://store.zhihuijingyingba.com/',
|
||||
'state' => 1,
|
||||
'query' => 'a:7:{s:6:"pageNo";i:1;s:8:"pageSize";i:10;s:9:"payClient";i:4;s:6:"status";i:2;s:2:"_t";N;s:16:"createTime_begin";N;s:14:"createTime_end";N;}',
|
||||
'query' =>
|
||||
array(
|
||||
'pageNo' => 1,
|
||||
'pageSize' => 10,
|
||||
'payClient' => 4,
|
||||
'status' => 2,
|
||||
'_t' => NULL,
|
||||
'createTime_begin' => NULL,
|
||||
'createTime_end' => NULL,
|
||||
),
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
2 =>
|
||||
array(
|
||||
'platform' => 'ysepay',
|
||||
'name' => '小Y经营',
|
||||
'class_name' => 'Ysepay',
|
||||
@@ -35,10 +54,22 @@ return array (
|
||||
'describe' => '为商户和消费者提供安全、便捷、高效的支付产品与服务助力商户提升运营效率,实现数字化运营',
|
||||
'website' => 'https://xym.ysepay.com/',
|
||||
'state' => 1,
|
||||
'query' => 'a:10:{s:7:"storeNo";s:0:"";s:7:"bizType";i:3;s:7:"payType";s:0:"";s:11:"orderStatus";i:3;s:5:"trmNo";s:0:"";s:12:"operatorUser";s:0:"";s:13:"codeBoardCode";s:0:"";s:8:"pageSize";i:10;s:6:"pageNo";i:1;s:7:"orderNo";s:0:"";}',
|
||||
'query' =>
|
||||
array(
|
||||
'storeNo' => '',
|
||||
'bizType' => 3,
|
||||
'payType' => '',
|
||||
'orderStatus' => 3,
|
||||
'trmNo' => '',
|
||||
'operatorUser' => '',
|
||||
'codeBoardCode' => '',
|
||||
'pageSize' => 10,
|
||||
'pageNo' => 1,
|
||||
'orderNo' => '',
|
||||
),
|
||||
),
|
||||
3 =>
|
||||
array (
|
||||
3 =>
|
||||
array(
|
||||
'platform' => 'mqpay',
|
||||
'name' => '码钱',
|
||||
'class_name' => 'MaQian',
|
||||
@@ -46,10 +77,24 @@ return array (
|
||||
'describe' => '码钱商管平台',
|
||||
'website' => 'https://m.hkrt.cn/',
|
||||
'state' => 1,
|
||||
'query' => 'a:12:{s:12:"terminalType";s:0:"";s:7:"payType";s:0:"";s:7:"payMode";s:0:"";s:11:"tradeStatus";s:1:"1";s:7:"tradeNo";s:0:"";s:7:"storeId";s:0:"";s:4:"page";i:1;s:4:"rows";i:10;s:7:"endDate";N;s:7:"endTime";N;s:9:"startDate";N;s:9:"startTime";N;}',
|
||||
'query' =>
|
||||
array(
|
||||
'terminalType' => '',
|
||||
'payType' => '',
|
||||
'payMode' => '',
|
||||
'tradeStatus' => '1',
|
||||
'tradeNo' => '',
|
||||
'storeId' => '',
|
||||
'page' => 1,
|
||||
'rows' => 10,
|
||||
'endDate' => NULL,
|
||||
'endTime' => NULL,
|
||||
'startDate' => NULL,
|
||||
'startTime' => NULL,
|
||||
),
|
||||
),
|
||||
4 =>
|
||||
array (
|
||||
4 =>
|
||||
array(
|
||||
'platform' => 'lklpay',
|
||||
'name' => '拉卡拉',
|
||||
'class_name' => 'LaKaLa',
|
||||
@@ -57,10 +102,37 @@ return array (
|
||||
'describe' => '数字支付,更安全,更高效',
|
||||
'website' => 'https://customer.lakala.com/',
|
||||
'state' => 1,
|
||||
'query' => '',
|
||||
'query' =>
|
||||
array(
|
||||
'requestTime' => NULL,
|
||||
'systemCode' => 'MERDASH',
|
||||
'version' => '1.0',
|
||||
'openEntity' => NULL,
|
||||
'requestId' => NULL,
|
||||
'pageSize' => 10,
|
||||
'pageNum' => 1,
|
||||
'startTime' => NULL,
|
||||
'timeOption' => NULL,
|
||||
'tranSts' => 'SUCCESS',
|
||||
'orderNo' => NULL,
|
||||
'srefno' => NULL,
|
||||
'ornNo' => NULL,
|
||||
'endTime' => NULL,
|
||||
'startDate' => NULL,
|
||||
'endDate' => NULL,
|
||||
'page' => 1,
|
||||
'size' => 10,
|
||||
'merchantNos' => NULL,
|
||||
'merInnerNos' => NULL,
|
||||
),
|
||||
'param' => [
|
||||
'openEntity' => '822581058121GYW',
|
||||
'merchantNos' => '822581058121GYW',
|
||||
'merInnerNos' => '4002022071722760372',
|
||||
],
|
||||
),
|
||||
5 =>
|
||||
array (
|
||||
5 =>
|
||||
array(
|
||||
'platform' => 'sftpay',
|
||||
'name' => '盛付通',
|
||||
'class_name' => 'ShengPay',
|
||||
@@ -70,17 +142,4 @@ return array (
|
||||
'state' => 0,
|
||||
'query' => '',
|
||||
),
|
||||
6 =>
|
||||
array (
|
||||
'platform' => 'haopay',
|
||||
'name' => '好支付',
|
||||
'class_name' => 'Haopay',
|
||||
'price' => 99,
|
||||
'describe' => '好支付',
|
||||
'website' => 'https://store.zhihuijingyingba.com/',
|
||||
'state' => 0,
|
||||
'query' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
48
config/payconfig/1001_7.php
Normal file
48
config/payconfig/1001_7.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 支付监听配置,一个文件,一个账号
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
// 用户账号配置
|
||||
'user' => [
|
||||
'pid' => 1001,
|
||||
'key' => '953c4d682d9ab148277b76a06e215ce7'
|
||||
],
|
||||
// 收款平台账号配置
|
||||
'pay' => [
|
||||
// 账号id
|
||||
'aid' => 7,
|
||||
// 收款平台
|
||||
'platform' => 'lklpay',
|
||||
// 插件类名
|
||||
'payclass' => 'LaKaLa',
|
||||
// 账号
|
||||
'account' => '13822254817',
|
||||
// 密码
|
||||
'password' => 'n8omf1FNqK+Irq9IlOPZJA==',
|
||||
// 订单查询参数配置
|
||||
'query' => array (
|
||||
'requestTime' => NULL,
|
||||
'systemCode' => 'MERDASH',
|
||||
'version' => '1.0',
|
||||
'openEntity' => '822581058121GYW',
|
||||
'requestId' => NULL,
|
||||
'pageSize' => 10,
|
||||
'pageNum' => 1,
|
||||
'startTime' => NULL,
|
||||
'timeOption' => NULL,
|
||||
'tranSts' => 'SUCCESS',
|
||||
'orderNo' => NULL,
|
||||
'srefno' => NULL,
|
||||
'ornNo' => NULL,
|
||||
'endTime' => NULL,
|
||||
'startDate' => NULL,
|
||||
'endDate' => NULL,
|
||||
'page' => 1,
|
||||
'size' => 10,
|
||||
'merchantNos' => '822581058121GYW',
|
||||
'merInnerNos' => '4002022071722760372',
|
||||
),
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user