go,支付系统,聚合支付,四方支付,前后端齐全(管理后台,商户后台,代理后台,网关,代付,等)
Go to file
dependabot[bot] 6a4d04643e
Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /shop
Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/beego/beego/releases)
- [Changelog](https://github.com/beego/beego/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/beego/beego/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/beego/beego/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 00:54:14 +00:00
agent 代理后台beego升级到v2.0版本 2021-11-18 13:51:06 +08:00
boss 修复bugs 2022-04-26 08:49:08 +08:00
gateway 修复bugs 2022-04-26 08:49:08 +08:00
merchant 精简商户后台的代码 2021-11-12 22:45:37 +08:00
shop Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /shop 2022-04-26 00:54:14 +00:00
.gitattributes 添加项语言强制转换 2019-12-20 10:28:43 +08:00
LICENSE Create LICENSE 2019-12-19 15:30:26 +08:00
README.md 由gopath形式改为module形式 2021-04-27 15:36:40 +08:00

README.md

dongfeng

聚合支付支付系统golanggogo语言前后端齐全管理后台商户后台代理后台网关结算代付

目的

接触了很多支付系统绝大部分都是用java、php写的本人想着为go献出一份绵薄之力。该开源项目只能用于学习不准备用于任何的非法商业活动否则后果自负可集成到小型的电商平台。

安装

详细的安装文档在doc文件夹中。 使用IntelliJ IDEA 导入项目后若出现了cannot resolve directory....,删除.idea目录重新导入即可。

部分截图

boss管理后台示意图 Image_text Image text Image text Image text Image text Image text

商户后台部分截图 Image_text Image text

代理后台部分截图 Image_text Image text Image text

后话

1因为是模拟了三方的支付系统所有很多功能都是实现了但是该系统截图上面的资金都是模拟的。 2还有一部分功能没有写上去有需要的可以在上面进行二次开发。