-
Notifications
You must be signed in to change notification settings - Fork 0
세부 공간 조회
epitone edited this page Dec 11, 2020
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /post | 포스팅 등록 |
Success: 세부공간 조회 성공
{
"status": 200,
"success": true,
"message": "포스트 디테일 조회 성공",
"data": {
"id": 49,
"contents": "합정역 5분거리 테라스와 예쁜 포토존이 있는 카페",
"introducedPlace": "음료와 함께 맞춤도안 서비스로 유명한 드로잉 카페입니다",
"openingHours": "0-24시",
"closedDays": "없음",
"notice": "미리 용도와 인원 시간을 상의해주세요",
"PostId": 31,
"PostDetailImages": [
{
"postImageUrl": "https://sopt-27-epitone.s3.ap-northeast-2.amazonaws.com/images/origin/1607590287053.png"
}
],
"Facilities": [
{
"iconImageUrl": "https://sopt-27-epitone.s3.ap-northeast-2.amazonaws.com/images/origin/1607594403143.png",
"contents": "바베큐시설"
},
{
"iconImageUrl": "https://sopt-27-epitone.s3.ap-northeast-2.amazonaws.com/images/origin/1607594460882.png",
"contents": "주류반입가능"
}
],
"Post": {
"title": "테스트 시작 "
},
"Hashtags": [
{
"tag": "테스트"
}
]
}
}