Browse Source

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

boweniac 3 tháng trước cách đây
mục cha
commit
e2f955641f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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).