更新插件中心功能

This commit is contained in:
技术老胡
2025-02-28 14:23:39 +08:00
parent 3b02869b5d
commit d5c43e28af
8 changed files with 226 additions and 54 deletions

View File

@@ -3,4 +3,29 @@
// | 支付插件列表
// +----------------------------------------------------------------------
return array();
return array (
0 =>
array (
'platform' => 'wxpay',
'name' => '微信支付',
'class_name' => 'WxPay',
'price' => NULL,
'describe' => '支持微信个人收款码、赞赏码、经营码、商家码收款,监听回调',
'website' => 'https://weixin.qq.com',
'helplink' => '',
'version' => '1.0',
'state' => 1,
),
1 =>
array (
'platform' => 'ysepay',
'name' => '小Y经营',
'class_name' => 'YsePay',
'price' => NULL,
'describe' => '为商户和消费者提供安全、便捷、高效的支付产品与服务助力商户提升运营效率,实现数字化运营',
'website' => 'https://xym.ysepay.com',
'helplink' => '',
'version' => '1.0',
'state' => 1,
),
);