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

@@ -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"
)

View File

@@ -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"
)