瀏覽代碼

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 {


Loading…
取消
儲存