mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
feat: conn update token
This commit is contained in:
parent
49737a2dda
commit
5d115bf651
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user