This commit is contained in:
kongyuebin 2019-12-21 18:19:49 +08:00
commit fab86cd759
5 changed files with 7 additions and 4 deletions

2
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml

View File

@ -4,6 +4,7 @@
接触了很多支付系统绝大部分都是用java、php写的本人想着为go献出一份绵薄之力。该开源项目只能用于学习不准备用于任何的非法商业活动否则后果自负可集成到小型的电商平台。
# 安装
详细的安装文档在doc文件夹中。
使用IntelliJ IDEA 导入项目后若出现了cannot resolve directory....,删除.idea目录重新导入即可。
# 部分截图
boss管理后台示意图
![Image_text](http://139.196.82.110/doc/boss1.png)

Binary file not shown.

View File

@ -1,12 +1,12 @@
package main
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
_ "dongfeng-pay/jhboss/routers"
_ "dongfeng-pay/service/message_queue"
_ "dongfeng-pay/service/models"
"dongfeng-pay/service/service_init"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
)
func main() {

View File

@ -1,13 +1,13 @@
package main
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
"dongfeng-pay/jhmicro/notify"
"dongfeng-pay/jhmicro/order_settle"
"dongfeng-pay/jhmicro/pay_for"
"dongfeng-pay/jhmicro/query"
"dongfeng-pay/service/service_init"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
)
func main() {