feat: conn update token

This commit is contained in:
Gordon 2023-07-04 11:28:43 +08:00
parent 49737a2dda
commit 5d115bf651

View File

@ -91,9 +91,9 @@ func (u *UserApi) GetUsersOnlineTokenDetail(c *gin.Context) {
wsResult = append(wsResult, reply.SuccessResult...)
}
}
m := make(map[string][]string, 10)
for _, v1 := range req.UserIDs {
m := make(map[string][]string, 10)
flag = false
temp := new(msggateway.SingleDetail)
for _, v2 := range wsResult {