提交 39f5e134 编写于 作者: programor_guo's avatar programor_guo

test modify

上级 58785e94
......@@ -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("hset", key, m)
_, err := d.Exec("hmset", key, redis.Args{}.Add(m))
return err
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册