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 4b918cc commit a657076
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 10,25 @@ V免签 是基于SpringBoot 2.1.1/ThinkPhP5.1 实现的一套免签支付程序
超简单Api使用,提供统一Api实现收款回调
免费、开源

> V免签的运行环境为JDK版本1.8。
> v免签开发交流群:992029073
> bug反馈请建立issues
> Java版服务端地址:【 https://github.com/szvone/Vmq
> PHP 版服务端地址:【 https://github.com/szvone/vmqphp
## 前言


V免签为完全开源项目,开源项目意味着作者没有任何收入来源,仅凭个人空闲时间开发,如果您有经济条件,您可以赞助本项目的开发(下方收款码),如果您不想赞助,也请您点击上面的Star给一个星星,也是对我莫大的认同,感谢各位的支持。

![微信赞助](wx.jpg)![支付宝赞助](zfb.jpg)

> V免签仅供个人开发者调试测试使用,请勿用于非法用途,商用请您申请官方商户接口

## 安装

下载已经编译好的war,位于GitHub的releases中
确认本机已经拥有java的运行环境(JDK>=1.8),如果没有,请您安装java的运行环境
在war包的同级目录,在控制台输入启动命令 java -jar v.war
请将v.war替换成您下载的war包的名字
如果您需要自定义项目的运行端口,请您在启动的时候使用:java -jar v.war --server.port=9090 (9090可以替换成任意端口)
打开浏览器,访问 localhost:8080
点击系统设置,进入设置页面,修改系统的默认配置
下载V免签监控端到安卓手机或安卓模拟器,开启辅助服务,实现收款回调功能
默认管理账号为:admin
默认通讯密钥为:admin
保存配置后,即可开始使用
下载服务端程序,可选PHP/Java版,按照说明安装
下载编译好的Apk,安装后扫码/手动配置 即可使用


> 升级说明:请您直接下载新版本覆盖旧版本即可!
Expand Down
Binary file added wx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added zfb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a657076

Please sign in to comment.