ソースを参照

update

master
DengBiao 1年前
コミット
10531e1ddc
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      internal/logic/domain/friend/friend_service.go

+ 4
- 0
internal/logic/domain/friend/friend_service.go ファイルの表示

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


読み込み中…
キャンセル
保存