新增支付宝账单查询插件

This commit is contained in:
技术老胡
2025-02-18 13:22:26 +08:00
parent 67153084c8
commit dc1ee1a226
3 changed files with 15 additions and 2 deletions

View File

@@ -51,4 +51,17 @@ return array (
'type' => '30',
),
),
3 =>
array (
'platform' => 'alipayb',
'name' => '支付宝账单',
'class_name' => 'AliPayb',
'price' => '99.00',
'describe' => '支付宝账单查询回调,免挂机,稳定不掉线',
'website' => 'https://open.alipay.com/',
'state' => 1,
'query' =>
array (
),
),
);