|
@@ -91,6 +91,7 @@ func (l *QwRefreshLogic) QwRefresh() (resp *types.BaseMsgResp, err error) {
|
|
SetHeadBig(account.Avatar).
|
|
SetHeadBig(account.Avatar).
|
|
SetNickname(account.Name).
|
|
SetNickname(account.Name).
|
|
SetStatus(status).
|
|
SetStatus(status).
|
|
|
|
+ SetCtype(3).
|
|
SetAllowList([]string{}).SetBlockList([]string{}).SetGroupAllowList([]string{}).SetGroupBlockList([]string{}).
|
|
SetAllowList([]string{}).SetBlockList([]string{}).SetGroupAllowList([]string{}).SetGroupBlockList([]string{}).
|
|
Save(l.ctx)
|
|
Save(l.ctx)
|
|
l.Error("wxinfo save", err)
|
|
l.Error("wxinfo save", err)
|