소스 검색

update

master
DengBiao 1 년 전
부모
커밋
5f8596b029
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      internal/logic/domain/friend/friend_service.go

+ 2
- 0
internal/logic/domain/friend/friend_service.go 파일 보기

@@ -124,6 +124,8 @@ func (*friendService) AddFriend(ctx context.Context, userId, friendId int64, rem

if description == "社交人脉圈添加好友" {
return FriendService.AgreeAddFriend(ctx, friendId, userId, description)
} else if description == "抖省客服自动添加" {
return FriendService.AgreeAddFriend(ctx, friendId, userId, "抖省客服自动添加")
} else {
if respFriend.User.IsAutoAddedFriends == 1 {
return FriendService.AgreeAddFriend(ctx, friendId, userId, "系统自动添加")


불러오는 중...
취소
저장