Parcourir la source

fixbug:企微同步问题

boweniac il y a 1 mois
Parent
commit
8b3ec71823
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)