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

@@ -10,7 +10,7 @@
package controller
import (
"juhe/service/models"
"dongfeng-pay/service/models"
)
type AlipayImpl struct {

View File

@@ -12,7 +12,7 @@ package controller
import (
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"
"juhe/service/models"
"dongfeng-pay/service/models"
)
/*

View File

@@ -11,7 +11,7 @@ package controller
import (
"github.com/astaxie/beego/logs"
"juhe/service/common"
"dongfeng-pay/service/common"
)
var registerSupplier = make(map[string]PayInterface)

View File

@@ -16,9 +16,9 @@ import (
"github.com/astaxie/beego/logs"
"github.com/rs/xid"
"github.com/widuu/gojson"
"juhe/service/common"
"juhe/service/models"
"juhe/service/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/models"
"dongfeng-pay/service/utils"
"strconv"
"strings"
)

View File

@@ -13,9 +13,9 @@ import (
"fmt"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"
"juhe/service/common"
"juhe/service/models"
"juhe/service/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/models"
"dongfeng-pay/service/utils"
"time"
)

View File

@@ -13,10 +13,10 @@ import (
"fmt"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"
"juhe/service/common"
"juhe/service/message_queue"
"juhe/service/models"
"juhe/service/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/message_queue"
"dongfeng-pay/service/models"
"dongfeng-pay/service/utils"
url2 "net/url"
"strconv"
)

View File

@@ -13,10 +13,10 @@ import (
"fmt"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"
"juhe/service/common"
"juhe/service/message_queue"
"juhe/service/models"
"juhe/service/utils"
"dongfeng-pay/service/common"
"dongfeng-pay/service/message_queue"
"dongfeng-pay/service/models"
"dongfeng-pay/service/utils"
"strings"
)

View File

@@ -10,7 +10,7 @@
package controller
import (
"juhe/service/models"
"dongfeng-pay/service/models"
)
//定义扫码支付的返回值

View File

@@ -10,7 +10,7 @@
package controller
import (
"juhe/service/models"
"dongfeng-pay/service/models"
)
type WeiXinImpl struct {