test modify

This commit is contained in:
Gordon 2021-11-30 21:06:10 +08:00
parent 3495d75a6f
commit 58785e9470

View File

@ -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
}