mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-19 17:03:43 +08:00
更新插件管理
This commit is contained in:
@@ -18,12 +18,24 @@ return array (
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'platform' => 'ysepay',
|
||||
'name' => '小Y经营',
|
||||
'class_name' => 'YsePay',
|
||||
'platform' => 'sqbpay',
|
||||
'name' => '收钱吧',
|
||||
'class_name' => 'ShouQianBa',
|
||||
'price' => NULL,
|
||||
'describe' => '为商户和消费者提供安全、便捷、高效的支付产品与服务助力商户提升运营效率,实现数字化运营',
|
||||
'website' => 'https://xym.ysepay.com',
|
||||
'describe' => '主流移动支付全能收 信用卡,花呗都能用,生意帮手收钱吧,移动收款就用它!',
|
||||
'website' => 'https://www.shouqianba.com',
|
||||
'helplink' => '',
|
||||
'version' => '1.0',
|
||||
'state' => 1,
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'platform' => 'alipay',
|
||||
'name' => '支付宝',
|
||||
'class_name' => 'AliPay',
|
||||
'price' => NULL,
|
||||
'describe' => '支持支付宝个人收款码、经营码收款,监听回调',
|
||||
'website' => 'https://www.alipay.com',
|
||||
'helplink' => '',
|
||||
'version' => '1.0',
|
||||
'state' => 1,
|
||||
|
Reference in New Issue
Block a user