Browse Source

同步工作手机联系人的时候支持备注名

boweniac 3 months ago
parent
commit
e2f955641f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      internal/logic/Wxhook/get_friends_and_groups_logic.go

+ 1 - 0
internal/logic/Wxhook/get_friends_and_groups_logic.go

@@ -231,6 +231,7 @@ func (l *GetFriendsAndGroupsLogic) GetFriendsAndGroups(req *types.IDReq) (resp *
 				SetWxid(friend.Friendid).
 				SetAccount(friend.FriendWechatno).
 				SetNickname(friend.Nickname).
+				SetMarkname(friend.Memo).
 				SetHeadimg(friend.Avatar).
 				SetSex(cast.ToInt(friend.Gender)).
 				SetOrganizationID(organizationId).