2022-08-19
pinId : number
userId : number
title : string
content : string
picKey : string
picUrl : string
commentId : number
userId : number
pinId : number
content : string
createdAt : Date
`localhost:3000/api/pin?page=${1}&pageCount=${10}`
isSuccess : boolean
message : string
result : object
{
isSuccess: true,
message: '',
result: {
}
}
JWT 에러 존재
// JWT 토큰이 필요한 도메인에서는 다음의 에러가 발생할 수 있습니다.
{
isSuccess: false,
message: “토큰이 필요합니다.” || “만료된 토큰입니다.” || “유효하지 않은 토큰입니다.” || err.message,
result: {}
}
명세서 어디갔음????