-
Notifications
You must be signed in to change notification settings - Fork 0
업체 굿즈 카테고리 보기
sovovy edited this page Jul 8, 2019
·
1 revision
송아영
Method | URL | Description |
---|---|---|
GET | /store/:storeIdx/category | 업체 굿즈 카테고리 보기 |
-
요청 헤더
Content-Type : application/json
-
파라미터
storeIdx : 업체 idx
-
응답 성공
{ "message": "Success", "data": [ { "goods_category_idx": 1, "goods_category_name": "티셔츠" }, { "goods_category_idx": 2, "goods_category_name": "스티커" } ] }
-
응답 실패