{
"message": "댓글들을 2개 가져왔습니다.",
"comments": [
{
"idx": 3,
"content": "댓글",
"createdAt": "2023-05-29T04:38:50.729Z",
"updatedAt": "2023-05-29T04:38:50.732Z",
"userIdx": 1,
"postIdx": 34,
// 댓글 작성자
"user": {
"idx": 1,
"avatar": "development/photos/cat.jpg",
"nickname": "apple"
},
// 댓글에 좋아요 누른 사람들
"commentLikers": [
{
"commentLikerIdx": 1,
"commentLikedIdx": 3,
"createdAt": "2023-05-29T04:41:59.409Z",
"updatedAt": "2023-05-29T04:41:59.411Z"
}
],
// 댓글 좋아요 총 개수
"_count": {
"commentLikers": 1
}
},
{
"idx": 4,
"content": "댓글추가",
"createdAt": "2023-05-29T04:38:58.044Z",
"updatedAt": "2023-05-29T04:38:58.047Z",
"userIdx": 1,
"postIdx": 34,
"user": {
"idx": 1,
"avatar": "development/photos/cat.jpg",
"nickname": "apple"
},
"commentLikers": [],
"_count": {
"commentLikers": 0
}
}
// ... 댓글들
]
}
{
"message": "로그인후에 접근해주세요!"
}
{
"message": "가능한 요청이 아닙니다.\n확인후에 다시 시도해주세요!"
}
{
"message": "서버측 문제입니다.\n잠시후에 다시 시도해주세요!"
}
{
"message": "존재하지 않는 게시글입니다."
}