fix
This commit is contained in:
@@ -23,3 +23,9 @@ type ConnectErrMsg struct {
|
||||
type ConnectUnAuth struct {
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
// 心跳数据
|
||||
type HeartBeatMsg struct {
|
||||
WsCount int `json:"ws_count"`
|
||||
CombineCount int `json:"combine_count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user