This commit is contained in:
laodaming
2023-11-01 14:48:50 +08:00
parent 347cfdeaef
commit 60f6f58e69
3 changed files with 22 additions and 22 deletions

View File

@@ -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连接总数