-
Notifications
You must be signed in to change notification settings - Fork 3
매장 상세 정보 조회
Bomi Kim edited this page Jan 7, 2019
·
12 revisions
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| GET | /stores/{storeIdx} | 매장 상세 정보 조회 |
Content-Type: application/jsonstoreIdx: 조회할 매장 고유 idx(int){
"status": 200,
"message": "매장 상세 정보 조회 성공",
"data": {
"time": "앱잼당일만",
"breakDays": "앱잼날만 영업합니다 ^^",
"number": "010-8464-2815"
}
}{
"status": 404,
"message": "매장 상세 정보를 찾을 수 없습니다.",
"data": null
}{
"status": 500,
"message": "서버 내부 에러",
"data": null
}