mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-04-20 04:16:21 +08:00
go,支付系统,聚合支付,四方支付,前后端齐全(管理后台,商户后台,代理后台,网关,代付,等)
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> |
||
---|---|---|
agent | ||
boss | ||
gateway | ||
merchant | ||
shop | ||
.gitattributes | ||
LICENSE | ||
README.md |
安装
0、安装mysql
1、安装actvieMQ
2、启动运行gateway系统
3、启动boss系统
4、启动merchant系统
功能介绍
boss管理后台
0、商户信息管理、账户资金管理等。
1、添加银行或者三方支付系统的通道信息。
2、管理支付订单,可以手动查询支付结果、手动回调支付结果给下游。
3、管理代付订单,可以手动查询代付结果。
4、银行卡管理,体现等功能。
商户后台
0、商户自己的订单管理
1、提现功能
网关
0、对接银行、第三方系统。
1、处理支付订单逻辑,接收上游的回调信息。
2、处理代付逻辑,接收上游的回调信息。
3、接收下游订单查询、结算处理。