mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-05 22:27:33 +08:00
modify imports name
This commit is contained in:
@@ -14,10 +14,10 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/rs/xid"
|
||||
"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"
|
||||
"time"
|
||||
|
||||
@@ -14,8 +14,8 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"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,8 +10,8 @@
|
||||
package gateway
|
||||
|
||||
import (
|
||||
"juhe/service/controller"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/utils"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user