mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
add: user update-remark api
* add DecodeWithCommonError function * add UpdateRemark method
This commit is contained in:
2
cache/redis.go
vendored
2
cache/redis.go
vendored
@@ -47,7 +47,7 @@ func NewRedis(opts *RedisOpts) *Redis {
|
||||
|
||||
//SetConn 设置conn
|
||||
func (r *Redis) SetConn(conn *redis.Pool) {
|
||||
r.conn = conn
|
||||
r.conn = conn
|
||||
}
|
||||
|
||||
//Get 获取一个值
|
||||
|
||||
Reference in New Issue
Block a user