-
Notifications
You must be signed in to change notification settings - Fork 2
cityReadAll
Hyun-juhee edited this page Jan 2, 2020
·
1 revision
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|
{
"status": 200,
"message": "도시 전체 조회 성공",
"data": [
{
"id": 1,
"continent": "europe",
"country": "france",
"name": "paris",
"popular": true,
"recommend": true,
"img": ""
},
{
"id": 2,
"continent": "north america",
"country": "usa",
"name": "newyork",
"popular": true,
"recommend": true,
"img": ""
},
{
"id": 3,
"continent": "asia",
"country": "japan",
"name": "tokyo",
"popular": true,
"recommend": true,
"img": ""
},
{
"id": 4,
"continent": "asia",
"country": "taiwan",
"name": "taipei",
"popular": true,
"recommend": true,
"img": ""
},
{
"id": 5,
"continent": "asia",
"country": "vietnam",
"name": "danang",
"popular": true,
"recommend": true,
"img": ""
},
{
"id": 6,
"continent": "asia",
"country": "philippines",
"name": "cebu",
"popular": true,
"recommend": true,
"img": ""
}
],
"success": true
}
{
"status": 204,
"message": "도시가 없습니다",
"success": false
}
{
"status": 500,
"message": "도시 전체 조회 실패",
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport