mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 20:49:57 +08:00
modify imports name
This commit is contained in:
@@ -3,11 +3,11 @@ package main
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/jhmicro/notify"
|
||||
"juhe/jhmicro/order_settle"
|
||||
"juhe/jhmicro/pay_for"
|
||||
"juhe/jhmicro/query"
|
||||
"juhe/service/service_init"
|
||||
"dongfeng-pay/jhmicro/notify"
|
||||
"dongfeng-pay/jhmicro/order_settle"
|
||||
"dongfeng-pay/jhmicro/pay_for"
|
||||
"dongfeng-pay/jhmicro/query"
|
||||
"dongfeng-pay/service/service_init"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -14,10 +14,10 @@ import (
|
||||
"github.com/astaxie/beego/httplib"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/go-stomp/stomp"
|
||||
"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"
|
||||
"os"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@@ -11,7 +11,7 @@ package order_settle
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/controller"
|
||||
"dongfeng-pay/service/controller"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ package pay_for
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/go-stomp/stomp"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"juhe/service/message_queue"
|
||||
"juhe/service/models"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/message_queue"
|
||||
"dongfeng-pay/service/models"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
@@ -13,11 +13,11 @@ import (
|
||||
"fmt"
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/go-stomp/stomp"
|
||||
"juhe/service/common"
|
||||
"juhe/service/controller"
|
||||
"juhe/service/message_queue"
|
||||
"juhe/service/models"
|
||||
"juhe/service/utils"
|
||||
"dongfeng-pay/service/common"
|
||||
"dongfeng-pay/service/controller"
|
||||
"dongfeng-pay/service/message_queue"
|
||||
"dongfeng-pay/service/models"
|
||||
"dongfeng-pay/service/utils"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user