Explorar o código

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

boweniac hai 3 meses
pai
achega
e2f955641f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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).