2019-12-19 14:37:41 +08:00
|
|
|
|
# dongfeng-pay
|
2019-12-20 09:39:50 +08:00
|
|
|
|
聚合支付,支付系统,golang,go,go语言,前后端齐全(管理后台,商户后台,代理后台,网关,结算,代付,等)
|
2019-12-19 15:26:46 +08:00
|
|
|
|
# 目的
|
2019-12-19 16:41:13 +08:00
|
|
|
|
接触了很多支付系统,绝大部分都是用java、php写的,本人想着为go献出一份绵薄之力。该开源项目只能用于学习,不准备用于任何的非法商业活动,否则后果自负;可集成到小型的电商平台。
|
2019-12-19 15:26:46 +08:00
|
|
|
|
# 安装
|
|
|
|
|
详细的安装文档在doc文件夹中。
|
2019-12-21 15:04:43 +08:00
|
|
|
|
使用IntelliJ IDEA 导入项目后,若出现了:cannot resolve directory....,删除.idea目录,重新导入即可。
|
2019-12-19 15:26:46 +08:00
|
|
|
|
# 部分截图
|
|
|
|
|
boss管理后台示意图
|
2019-12-19 16:33:30 +08:00
|
|
|
|
![Image_text](http://139.196.82.110/doc/boss1.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/boss2.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/boss3.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/boss4.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/boss5.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/boss6.png)
|
2019-12-19 16:37:48 +08:00
|
|
|
|
|
|
|
|
|
商户后台部分截图
|
|
|
|
|
![Image_text](http://139.196.82.110/doc/merchant1.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/merchant2.png)
|
|
|
|
|
|
|
|
|
|
代理后台部分截图
|
|
|
|
|
![Image_text](http://139.196.82.110/doc/agent1.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/agent2.png)
|
|
|
|
|
![Image text](http://139.196.82.110/doc/agent3.png)
|
|
|
|
|
|
|
|
|
|
# 后话
|
2019-12-19 16:40:06 +08:00
|
|
|
|
1:因为是模拟了三方的支付系统,所有很多功能都是实现了,但是该系统截图上面的资金都是模拟的。
|
2019-12-19 16:37:48 +08:00
|
|
|
|
2:还有一部分功能没有写上去,有需要的可以在上面进行二次开发。
|