mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-13 14:09:20 +08:00
midify readme.md
This commit is contained in:
parent
662ce5e183
commit
78e0d74f48
2
.idea/.gitignore
vendored
Normal file
2
.idea/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Default ignored files
|
||||
/workspace.xml
|
@ -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)
|
||||
|
BIN
doc/~$安装使用说明.docx
Normal file
BIN
doc/~$安装使用说明.docx
Normal file
Binary file not shown.
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user