DengBiao před 1 rokem
rodič
revize
10531e1ddc
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      internal/logic/domain/friend/friend_service.go

+ 4
- 0
internal/logic/domain/friend/friend_service.go Zobrazit soubor

@@ -142,6 +142,10 @@ func (*friendService) AgreeAddFriend(ctx context.Context, userId, friendId int64
return err
}
if friend == nil {
utils.FilePutContents("AgreeAddFriend", utils.SerializeStr(map[string]interface{}{
"userId": userId,
"friendId": friendId,
}))
return gerrors.ErrBadRequest
}
if friend.Status == FriendStatusAgree {


Načítá se…
Zrušit
Uložit