mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-24 04:36:38 +08:00
新增支付宝账单查询插件
This commit is contained in:
parent
67153084c8
commit
dc1ee1a226
2
.env
2
.env
@ -1,4 +1,4 @@
|
||||
APP_DEBUG = false
|
||||
APP_DEBUG = true
|
||||
|
||||
DB_TYPE = mysql
|
||||
DB_HOST = 127.0.0.1
|
||||
|
@ -149,7 +149,7 @@ EOT;
|
||||
`password` varchar(255) NOT NULL DEFAULT '' COMMENT '密码',
|
||||
`state` tinyint(4) NOT NULL DEFAULT '1' COMMENT '启用',
|
||||
`pattern` tinyint(4) NOT NULL DEFAULT '1' COMMENT '账号监听模式',
|
||||
`params` varchar(255) NOT NULL DEFAULT '' COMMENT '自定义查询',
|
||||
`params` text NOT NULL DEFAULT '' COMMENT '自定义查询',
|
||||
`delete_time` timestamp NULL DEFAULT NULL COMMENT '软删除',
|
||||
PRIMARY KEY (`id`) USING BTREE
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;";
|
||||
|
@ -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 (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user