This commit is contained in:
laodaming
2023-10-31 14:23:08 +08:00
parent 12b0be2f6d
commit 7f85a0adeb
6 changed files with 51 additions and 23 deletions

View File

@@ -55,6 +55,7 @@ type GetStatReq {
Password string `form:"password"`
}
type GetStatRsp {
WsTotalCount int `json:"ws_total_count"` //ws连接数
CurRequestCombineCount int `json:"cur_request_combine_count"`
WsTotalCount int `json:"ws_total_count"` //ws连接
CurRequestCombineCount int `json:"cur_request_combine_count"` //合图任务数
UserWsStat interface{} `json:"user_ws_stat"` //用户连接统计
}