You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
529d9bd01d
Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /gateway |
2 years ago | |
---|---|---|
agent | 2 years ago | |
boss | 2 years ago | |
gateway | 2 years ago | |
merchant | 3 years ago | |
shop | 2 years ago | |
.gitattributes | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 2 years ago | |
juhe_pay.sql | 2 years ago |
README.md
dongfeng
聚合支付,支付系统,golang,go,go语言,前后端齐全(管理后台,商户后台,代理后台,网关,结算,代付,等)
目的
接触了很多支付系统,绝大部分都是用java、php写的,本人想着为go献出一份绵薄之力。该开源项目只能用于学习,不准备用于任何的非法商业活动,否则后果自负;可集成到小型的电商平台。
安装
详细的安装文档在doc文件夹中。 使用IntelliJ IDEA 导入项目后,若出现了:cannot resolve directory....,删除.idea目录,重新导入即可。
关于mysql文件
1:sql文件已经上传。
2:测试超级管理员账号:10086,密码:123456
后话
1:因为是模拟了三方的支付系统,所有很多功能都是实现了,但是该系统截图上面的资金都是模拟的。
2:还有一部分功能没有写上去,有需要的可以在上面进行二次开发。