feat 修改model名称
This commit is contained in:
@@ -2,14 +2,14 @@ package ws
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"common/log"
|
||||
"common/proto/sc/sc_pb"
|
||||
"common/utils"
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.hlsq.asia/mmorpg/service-common/log"
|
||||
"git.hlsq.asia/mmorpg/service-common/proto/sc/sc_pb"
|
||||
"git.hlsq.asia/mmorpg/service-common/utils"
|
||||
"github.com/gorilla/websocket"
|
||||
"google.golang.org/protobuf/proto"
|
||||
"io"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package ws
|
||||
|
||||
import (
|
||||
"common/log"
|
||||
"common/proto/sc/sc_pb"
|
||||
"git.hlsq.asia/mmorpg/service-common/log"
|
||||
"git.hlsq.asia/mmorpg/service-common/proto/sc/sc_pb"
|
||||
"google.golang.org/protobuf/proto"
|
||||
"math"
|
||||
"math/rand"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package ws
|
||||
|
||||
import (
|
||||
"robot/config"
|
||||
"git.hlsq.asia/mmorpg/service-robot/config"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package ws
|
||||
|
||||
import "common/proto/sc/sc_pb"
|
||||
import "git.hlsq.asia/mmorpg/service-common/proto/sc/sc_pb"
|
||||
|
||||
var router map[sc_pb.MessageID]BaseRouter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user