mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-09-14 14:43:50 +08:00
modify imports name
This commit is contained in:
@@ -14,9 +14,9 @@ import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/astaxie/beego/validation"
|
||||
"github.com/rs/xid"
|
||||
"juhe/service/common"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
@@ -10,7 +10,7 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"juhe/service/models"
|
||||
"dongfeng-pay/service/models"
|
||||
)
|
||||
|
||||
type BaseDataJSON struct {
|
||||
|
@@ -11,8 +11,8 @@ package controllers
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
"sort"
|
||||
"strings"
|
||||
)
|
||||
|
@@ -11,9 +11,9 @@ package controllers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"juhe/service/models"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/models"
|
||||
"sort"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
@@ -4,9 +4,9 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/astaxie/beego/validation"
|
||||
"juhe/service/common"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
)
|
||||
|
||||
type LoginController struct {
|
||||
|
@@ -13,9 +13,9 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"juhe/service/models"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/models"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@@ -14,8 +14,8 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/httplib"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/common"
|
||||
"juhe/service/models"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/models"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@@ -13,10 +13,10 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/astaxie/beego/validation"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
@@ -3,10 +3,10 @@ package main
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
_ "juhe/jhboss/routers"
|
||||
_ "juhe/service/message_queue"
|
||||
_ "juhe/service/models"
|
||||
"juhe/service/service_init"
|
||||
_ "dongfeng-pay/jhboss/routers"
|
||||
_ "dongfeng-pay/service/message_queue"
|
||||
_ "dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/service_init"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@@ -2,7 +2,7 @@ package routers
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"juhe/jhboss/controllers"
|
||||
"dongfeng-pay/jhboss/controllers"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@@ -11,7 +11,7 @@ package routers
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"juhe/jhboss/controllers"
|
||||
"dongfeng-pay/jhboss/controllers"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
"runtime"
|
||||
"path/filepath"
|
||||
_ "juhe/jhboss/routers"
|
||||
_ "dongfeng-pay/jhboss/routers"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
|
Reference in New Issue
Block a user