Skip to content

Commit

Permalink
V1.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
szvone committed Apr 20, 2019
1 parent d244134 commit 72f33d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ V免签为完全开源项目,开源项目意味着作者没有任何收入来
+ 本系统原理为监控收款后手机的通知栏推送消息,所以请保持微信/支付宝/V免签监控端后台正常运行,且添加到内存清理白名单!

## 更新记录

+ v1.3(2019.04.20)
+ 删除数据库文件中的默认系统设置,防止误导用户
+ 更新监控App到v1.3版本,趋于稳定,可以正常使用

+ v1.2(2019.04.19)
+ 整理代码,重新优化APP兼容性
Expand Down
18 changes: 9 additions & 9 deletions vmq.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ CREATE TABLE `setting` (
INSERT INTO `setting` (`vkey`, `vvalue`) VALUES
('user', 'admin'),
('pass', 'admin'),
('notifyUrl', 'http://localhost/vmqphp/public/example/notify.php'),
('returnUrl', 'http://localhost/vmqphp/public/example/return.php'),
('key', 'aa15188ce0f1d97018524d9862ef2a46'),
('lastheart', '1555558911'),
('lastpay', '1555558922'),
('jkstate', '1'),
('notifyUrl', ''),
('returnUrl', ''),
('key', ''),
('lastheart', '0'),
('lastpay', '0'),
('jkstate', '-1'),
('close', '5'),
('payQf', '2'),
('wxpay', 'https://wx.tenpay.com/f2f?t=AQAAAFBMn0EWn1SRYFD3TVwO6Ng='),
('zfbpay', 'HTTPS://QR.ALIPAY.COM/FKX04656BY2XHJXXLRFKF1');
('payQf', '1'),
('wxpay', ''),
('zfbpay', '');

-- --------------------------------------------------------

Expand Down

0 comments on commit 72f33d3

Please sign in to comment.