modify imports name

This commit is contained in:
Joker
2019-12-19 16:43:20 +08:00
parent 465eb014bd
commit f4234c7ece
82 changed files with 292 additions and 236 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/astaxie/beego/logs"
"github.com/skip2/go-qrcode"
"github.com/widuu/gojson"
"juhe/service/utils"
"dongfeng-pay/service/utils"
"strings"
)

View File

@@ -2,7 +2,7 @@ package main
import (
"github.com/astaxie/beego"
_ "juhe/shop/routers"
_ "dongfeng-pay/shop/routers"
)
func main() {

View File

@@ -2,7 +2,7 @@ package routers
import (
"github.com/astaxie/beego"
"juhe/shop/controllers"
"dongfeng-pay/shop/controllers"
)
func init() {