更新插件管理

This commit is contained in:
技术老胡
2025-02-28 15:43:18 +08:00
parent d5c43e28af
commit 6e42b0359e
3 changed files with 38 additions and 9 deletions

View File

@@ -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,