소스 검색

update

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

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

@@ -125,7 +125,7 @@ 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, userId, friendId, "客服")
return FriendService.AgreeAddFriend(ctx, friendId, userId, "客服")
} else {
if respFriend.User.IsAutoAddedFriends == 1 {
return FriendService.AgreeAddFriend(ctx, friendId, userId, "系统自动添加")


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