Ver a proveniência

update

master
DengBiao há 1 ano
ascendente
cometimento
10531e1ddc
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      internal/logic/domain/friend/friend_service.go

+ 4
- 0
internal/logic/domain/friend/friend_service.go Ver ficheiro

@@ -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 {


Carregando…
Cancelar
Guardar