修复异次元发卡通知回调问题

This commit is contained in:
技术老胡
2025-03-04 17:27:05 +08:00
parent e3d7efa60f
commit a59a22fe82
5 changed files with 22 additions and 2 deletions

View File

@@ -40,4 +40,16 @@ return array (
'version' => '1.0',
'state' => 1,
),
3 =>
array (
'platform' => 'alipayb',
'name' => '支付宝账单',
'class_name' => 'AliPayb',
'price' => NULL,
'describe' => '支付宝账单查询回调,免挂机,稳定不掉线',
'website' => 'https://open.alipay.com',
'helplink' => 'https://f0bmwzqjtq2.feishu.cn/docx/HBVrdrsACo36bzxUCSPcjOBNnyb',
'version' => '1.0',
'state' => 1,
),
);