소스 검색

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

boweniac 3 달 전
부모
커밋
e2f955641f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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).