|
@@ -506,6 +506,11 @@ func (this *UserAccount) WxUnBind() {
|
|
|
delete(*unsetMap, "s_phone")
|
|
|
(*unsetMap)["l_registedate"] = time.Now().Unix()
|
|
|
(*unsetMap)["i_appid"] = 2
|
|
|
+ (*unsetMap)["i_ts_guide"] = 2
|
|
|
+ (*unsetMap)["o_jy"] = map[string]interface{}{
|
|
|
+ "i_wxpush": 1,
|
|
|
+ "i_ratemode": 2,
|
|
|
+ }
|
|
|
//公众号微信关注移至另一用户中 此时微信公众号用户session问题错乱
|
|
|
if saveId := util.MQFW.Save("user", unsetMap); saveId == "" {
|
|
|
return nil, DBUPDATE_ERROR
|