-
Notifications
You must be signed in to change notification settings - Fork 2
cityCreate
Hyun-juhee edited this page Dec 30, 2019
·
4 revisions
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json |
이름 | type | 설명 |
---|---|---|
continent | string | 대륙명 |
country | string | 나라명 |
name | string | 도시명 |
popular | boal | 인기 여행지 해당여부 |
recommend | boal | 추천 여행지 해당여부 |
img | url | 도시 사진 |
{
"status": 200,
"data": {
"id": 7,
"continent": "Asia",
"country": "Korea",
"name": "서울",
"popular": "1",
"recommend": "1",
"img": "https://sopt-toney.s3.ap-northeast-2.amazonaws.com/1577455662392.png"
},
"success": true
}
{
"status": 400,
"message": "필요한 값이 없습니다",
"success": false
}
{
"status": 500,
"message": "CITY 제작 실패",
"success": false
}
-
여행 예산 짜기
-
일정
-
지출입력
-
HOME
-
My Page
-
액티비티 정보
- City
- Activity
- Food
- Hotel
- Shopping
- Snack
- Transport