-
Notifications
You must be signed in to change notification settings - Fork 0
굿즈 카테고리 페이징
suzzang edited this page Jul 8, 2019
·
4 revisions
Method | URL | Description |
---|---|---|
GET | /goods/category/:lastIndex | 굿즈 카테고리 페이징 ( 슬라이드 할 때 ) |
-
요청 헤더
Content-Type : application/json authorization
-
파라미터
lastIndex : 첫 요청(-1), 다음 요청(마지막 데이터의 goods_category_idx)
-
응답 성공
// status : 200 "message": "Success", "data": [ { "goods_category_idx": 1, "goods_category_name": "티셔츠" }, { "goods_category_idx": 2, "goods_category_name": "스티커" }, { "goods_category_idx": 3, "goods_category_name": "자석" }, { "goods_category_idx": 4, "goods_category_name": "키링" } ]
-
응답 실패