-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
###介绍 | ||
# 介绍 | ||
|
||
该软件是基于V免签开发一款android监控端,功能为监听支付宝和微信收款消息与服务端进行交互,若匹配当前时间段服务端有同金额订单将会把收到的金额消息进行回调!达到监听通知栏收款消息回调完成支付业务。该版本主要修复了原版监控的支付宝和微信不回调的BUG,优化代码写法。删除沉余代码加快启动速度,增加电池白名单权限,使软件在电池优化时不会被杀掉! | ||
|
||
###软件架构 | ||
## 软件架构 | ||
|
||
软件采用Java原生开发 | ||
|
||
###安装教程 | ||
## 安装教程 | ||
|
||
Android:将项目导入存储卡/sdcard/AppProjects 目录下 使用AIDE构建 | ||
|
||
|
@@ -15,15 +15,15 @@ Android:将项目导入存储卡/sdcard/AppProjects 目录下 使用AIDE构建 | |
|
||
2.安装至android系统的手机打开进行权限配置和数据配置检测更新即可! | ||
|
||
###使用说明 | ||
## 使用说明 | ||
微信关注公众号“微信支付““微信收款助手”!设置打开微信支付宝通知权限 | ||
强烈推荐:开启电池白名单权限,给予软件自启动和后台运行 详情请百度各手机的方法 | ||
软件需保持前台运行或者后台运行亦或者息屏后台(前提条件:开启自启动和后台运行与电池白名单权限) | ||
android软件更新迭代较快,保持更新是唯一不会使业务受到影响的最好方式 更新请使用上面链接查看首个最新版本! | ||
|
||
###联系我 | ||
### 联系我 | ||
您可以通过邮箱致信我:[email protected] | ||
|
||
###致谢 | ||
### 致谢 | ||
|
||
V免签:https://github.com/szvone/Vmq |