mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-16 07:23:42 +08:00
支持微信支付宝收款功能
This commit is contained in:
@@ -7,7 +7,7 @@ return [
|
||||
[
|
||||
'id' => 'console',
|
||||
'title' => '平台首页',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'icon' => 'icon pear-icon pear-icon-home',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => 'Console/console',
|
||||
@@ -15,15 +15,15 @@ return [
|
||||
[
|
||||
'id' => 'order',
|
||||
'title' => '订单管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'icon' => 'icon pear-icon pear-icon-survey',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/Order/index',
|
||||
],
|
||||
[
|
||||
'id' => 'payManage',
|
||||
'title' => '支付管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'title' => '账号管理',
|
||||
'icon' => 'icon pear-icon pear-icon-security',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/PayManage/index',
|
||||
@@ -31,7 +31,7 @@ return [
|
||||
[
|
||||
'id' => 'pluginManage',
|
||||
'title' => '插件管理',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'icon' => 'icon pear-icon pear-icon-modular',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/Plugin/index',
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
[
|
||||
'id' => 'userCenter',
|
||||
'title' => '用户中心',
|
||||
'icon' => 'layui-icon layui-icon-console',
|
||||
'icon' => 'icon pear-icon pear-icon-user',
|
||||
'type' => 1,
|
||||
'openType' => '_iframe',
|
||||
'href' => '/User/index',
|
||||
@@ -47,7 +47,7 @@ return [
|
||||
// [
|
||||
// 'id' => 'system',
|
||||
// 'title' => '系统设置',
|
||||
// 'icon' => 'layui-icon layui-icon-console',
|
||||
// 'icon' => 'icon pear-icon pear-icon-import',
|
||||
// 'type' => 1,
|
||||
// 'openType' => '_iframe',
|
||||
// 'href' => '/System/index',
|
||||
@@ -55,14 +55,14 @@ return [
|
||||
// [
|
||||
// 'id' => 'pay',
|
||||
// 'title' => '支付管理',
|
||||
// 'icon' => 'layui-icon layui-icon-console',
|
||||
// 'icon' => 'icon pear-icon pear-icon-import',
|
||||
// 'type' => 0,
|
||||
// 'href' => '',
|
||||
// 'children' => [
|
||||
// [
|
||||
// 'id' => 'pay_qrcode_list',
|
||||
// 'title' => '收款账户',
|
||||
// 'icon' => 'layui-icon layui-icon-console',
|
||||
// 'icon' => 'icon pear-icon pear-icon-import',
|
||||
// 'type' => 1,
|
||||
// 'openType' => '_iframe',
|
||||
// 'href' => '/PayQrcode/index',
|
||||
|
@@ -3,9 +3,35 @@
|
||||
// | 支付插件列表
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return array(
|
||||
0 =>
|
||||
array(
|
||||
return array (
|
||||
0 =>
|
||||
array (
|
||||
'platform' => 'wxpay',
|
||||
'name' => '微信支付',
|
||||
'class_name' => 'WxPay',
|
||||
'price' => '0.00',
|
||||
'describe' => '支持微信个人收款码、赞赏码、经营码、商家码收款,监听回调',
|
||||
'website' => 'https://weixin.qq.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'platform' => 'alipay',
|
||||
'name' => '支付宝',
|
||||
'class_name' => 'AliPay',
|
||||
'price' => '0.00',
|
||||
'describe' => '支持支付宝个人收款码、经营码收款,监听回调',
|
||||
'website' => 'https://www.alipay.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'platform' => 'sqbpay',
|
||||
'name' => '收钱吧',
|
||||
'class_name' => 'ShouQianBa',
|
||||
@@ -13,8 +39,8 @@ return array(
|
||||
'describe' => '主流移动支付全能收 信用卡,花呗都能用,生意帮手收钱吧,移动收款就用它!',
|
||||
'website' => 'https://www.shouqianba.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array(
|
||||
'query' =>
|
||||
array (
|
||||
'date_end' => NULL,
|
||||
'date_start' => NULL,
|
||||
'page' => 1,
|
||||
@@ -23,10 +49,10 @@ return array(
|
||||
'status' => '2000',
|
||||
'store_sn' => '',
|
||||
'type' => '30',
|
||||
)
|
||||
),
|
||||
),
|
||||
1 =>
|
||||
array(
|
||||
3 =>
|
||||
array (
|
||||
'platform' => 'storepay',
|
||||
'name' => '数字门店',
|
||||
'class_name' => 'ZhiHuiJingYing',
|
||||
@@ -34,8 +60,8 @@ return array(
|
||||
'describe' => '数字门店',
|
||||
'website' => 'https://store.zhihuijingyingba.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array(
|
||||
'query' =>
|
||||
array (
|
||||
'pageNo' => 1,
|
||||
'pageSize' => 10,
|
||||
'payClient' => 4,
|
||||
@@ -43,10 +69,10 @@ return array(
|
||||
'_t' => NULL,
|
||||
'createTime_begin' => NULL,
|
||||
'createTime_end' => NULL,
|
||||
)
|
||||
),
|
||||
),
|
||||
2 =>
|
||||
array(
|
||||
4 =>
|
||||
array (
|
||||
'platform' => 'ysepay',
|
||||
'name' => '小Y经营',
|
||||
'class_name' => 'YsePay',
|
||||
@@ -54,8 +80,8 @@ return array(
|
||||
'describe' => '为商户和消费者提供安全、便捷、高效的支付产品与服务助力商户提升运营效率,实现数字化运营',
|
||||
'website' => 'https://xym.ysepay.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array(
|
||||
'query' =>
|
||||
array (
|
||||
'storeNo' => '',
|
||||
'bizType' => 3,
|
||||
'payType' => '',
|
||||
@@ -66,10 +92,10 @@ return array(
|
||||
'pageSize' => 10,
|
||||
'pageNo' => 1,
|
||||
'orderNo' => '',
|
||||
)
|
||||
),
|
||||
),
|
||||
3 =>
|
||||
array(
|
||||
5 =>
|
||||
array (
|
||||
'platform' => 'mqpay',
|
||||
'name' => '码钱',
|
||||
'class_name' => 'MaQian',
|
||||
@@ -77,8 +103,8 @@ return array(
|
||||
'describe' => '码钱商管平台',
|
||||
'website' => 'https://m.hkrt.cn/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array(
|
||||
'query' =>
|
||||
array (
|
||||
'terminalType' => '',
|
||||
'payType' => '',
|
||||
'payMode' => '',
|
||||
@@ -91,19 +117,19 @@ return array(
|
||||
'endTime' => NULL,
|
||||
'startDate' => NULL,
|
||||
'startTime' => NULL,
|
||||
)
|
||||
),
|
||||
),
|
||||
4 =>
|
||||
array(
|
||||
6 =>
|
||||
array (
|
||||
'platform' => 'lklpay',
|
||||
'name' => '拉卡拉',
|
||||
'class_name' => 'LaKaLa',
|
||||
'price' => '99.00',
|
||||
'describe' => '数字支付,更安全,更高效',
|
||||
'website' => 'https://customer.lakala.com/',
|
||||
'state' => 1,
|
||||
'query' =>
|
||||
array(
|
||||
'state' => 0,
|
||||
'query' =>
|
||||
array (
|
||||
'requestTime' => NULL,
|
||||
'systemCode' => 'MERDASH',
|
||||
'version' => '1.0',
|
||||
@@ -124,10 +150,10 @@ return array(
|
||||
'size' => 10,
|
||||
'merchantNos' => NULL,
|
||||
'merInnerNos' => NULL,
|
||||
)
|
||||
),
|
||||
),
|
||||
5 =>
|
||||
array(
|
||||
7 =>
|
||||
array (
|
||||
'platform' => 'sftpay',
|
||||
'name' => '盛付通',
|
||||
'class_name' => 'ShengPay',
|
||||
@@ -135,6 +161,8 @@ return array(
|
||||
'describe' => '轻松生活 放心支付',
|
||||
'website' => 'https://b.shengpay.com/',
|
||||
'state' => 0,
|
||||
'query' => ''
|
||||
'query' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user