go,支付系统,聚合支付,四方支付,前后端齐全(管理后台,商户后台,代理后台,网关,代付,等)
Go to file
dependabot[bot] a9820c550f
Bump github.com/beego/beego/v2 from 2.0.2 to 2.0.4 in /boss
Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.2 to 2.0.4.
- [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.2...v2.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 15:49:59 +00:00
agent Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /agent 2022-05-16 03:21:32 +00:00
boss Bump github.com/beego/beego/v2 from 2.0.2 to 2.0.4 in /boss 2023-02-09 15:49:59 +00:00
gateway Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /gateway 2022-08-16 08:50:50 +00: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 Update README.md 2022-05-19 10:19:22 +08:00
juhe_pay.sql 添加sql文件 2022-05-14 22:44:41 +08:00

README.md

dongfeng

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

目的

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

安装

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

关于mysql文件

1sql文件已经上传。
2测试超级管理员账号10086密码123456

后话

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