fix
This commit is contained in:
@@ -52,8 +52,8 @@ type CloseWebsocketReq {
|
||||
}
|
||||
//获取ws统计信息
|
||||
type GetStatReq {
|
||||
Password string `form:"password"`
|
||||
UserKey []string `form:"user_key,optional"`
|
||||
Password string `form:"password"`
|
||||
UserKeys string `form:"user_keys,optional"`
|
||||
}
|
||||
type GetStatRsp {
|
||||
WsTotalCount int `json:"ws_total_count"` //ws连接总数
|
||||
|
||||
Reference in New Issue
Block a user