-
Notifications
You must be signed in to change notification settings - Fork 2
tripFoodRead
Hyun-juhee edited this page Jan 3, 2020
·
2 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|
{
"status": 200,
"message": "여행 중 먹을 식사들을 조회했습니다.",
"data": [
{
"grade": "고급음식점",
"count": "4",
"cost": 20
},
{
"grade": "일반음식점",
"count": "6",
"cost": 30
}
],
"success": true
}
{
"status": 204,
"message": "정보가 없습니다.",
"success": false
}
##### FAIL 2 : 내부 서버 오류
{ "status": 500, "message": "서버 내부 오류", "success": false }
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport