mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-22 18:29:25 +08:00
Merge branch 'master' of https://github.com/kongyuebin1/dongfeng-pay
This commit is contained in:
commit
fab86cd759
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献出一份绵薄之力。该开源项目只能用于学习,不准备用于任何的非法商业活动,否则后果自负;可集成到小型的电商平台。
|
接触了很多支付系统,绝大部分都是用java、php写的,本人想着为go献出一份绵薄之力。该开源项目只能用于学习,不准备用于任何的非法商业活动,否则后果自负;可集成到小型的电商平台。
|
||||||
# 安装
|
# 安装
|
||||||
详细的安装文档在doc文件夹中。
|
详细的安装文档在doc文件夹中。
|
||||||
|
使用IntelliJ IDEA 导入项目后,若出现了:cannot resolve directory....,删除.idea目录,重新导入即可。
|
||||||
# 部分截图
|
# 部分截图
|
||||||
boss管理后台示意图
|
boss管理后台示意图
|
||||||
![Image_text](http://139.196.82.110/doc/boss1.png)
|
![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
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/astaxie/beego"
|
|
||||||
"github.com/astaxie/beego/logs"
|
|
||||||
_ "dongfeng-pay/jhboss/routers"
|
_ "dongfeng-pay/jhboss/routers"
|
||||||
_ "dongfeng-pay/service/message_queue"
|
_ "dongfeng-pay/service/message_queue"
|
||||||
_ "dongfeng-pay/service/models"
|
_ "dongfeng-pay/service/models"
|
||||||
"dongfeng-pay/service/service_init"
|
"dongfeng-pay/service/service_init"
|
||||||
|
"github.com/astaxie/beego"
|
||||||
|
"github.com/astaxie/beego/logs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/astaxie/beego"
|
|
||||||
"github.com/astaxie/beego/logs"
|
|
||||||
"dongfeng-pay/jhmicro/notify"
|
"dongfeng-pay/jhmicro/notify"
|
||||||
"dongfeng-pay/jhmicro/order_settle"
|
"dongfeng-pay/jhmicro/order_settle"
|
||||||
"dongfeng-pay/jhmicro/pay_for"
|
"dongfeng-pay/jhmicro/pay_for"
|
||||||
"dongfeng-pay/jhmicro/query"
|
"dongfeng-pay/jhmicro/query"
|
||||||
"dongfeng-pay/service/service_init"
|
"dongfeng-pay/service/service_init"
|
||||||
|
"github.com/astaxie/beego"
|
||||||
|
"github.com/astaxie/beego/logs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user