浏览代码

fixbug:企微同步问题

boweniac 1 月之前
父节点
当前提交
8b3ec71823
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      internal/logic/WorkPhone/qw_refresh_logic.go

+ 1 - 0
internal/logic/WorkPhone/qw_refresh_logic.go

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