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
3495d75a6f
commit
58785e9470
@ -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, m)
|
||||
_, err := d.Exec("hset", key, m)
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user