mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
test modify
This commit is contained in:
parent
a2292b1177
commit
01515f919d
@ -93,7 +93,7 @@ func (d *DataBases) SetTokenMapByUidPid(userID string, platformID int32, m map[s
|
||||
a = append(a, k)
|
||||
a = append(a, v)
|
||||
}
|
||||
_, err := d.Exec("HMSET", key, a...)
|
||||
_, err := d.Exec("HMSET", key, a)
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user