Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop
This commit is contained in:
@@ -24,6 +24,12 @@ const (
|
||||
IDTYPE_Guest IDTYPE = 2
|
||||
)
|
||||
|
||||
// DebugData
|
||||
type DebugData struct {
|
||||
DiffTimeLogoCombine int64 `json:"diff_time_logo_combine"` // 合图算法时间
|
||||
DiffTimeUploadFile int64 `json:"diff_time_upload_file"` // 合图上传时间
|
||||
}
|
||||
|
||||
// Debug 相关的结构
|
||||
type Debug struct {
|
||||
Exp *int64 `json:"exp"`
|
||||
|
||||
@@ -2,7 +2,8 @@ package websocket_data
|
||||
|
||||
// 基础连接成功返回
|
||||
type ConnectSuccessMsg struct {
|
||||
Wid string `json:"wid"`
|
||||
Wid string `json:"wid"` //websocket连接唯一标识
|
||||
Debug bool `json:"debug"` //是否开启debug
|
||||
}
|
||||
|
||||
// 连接失败
|
||||
|
||||
Reference in New Issue
Block a user