-
Notifications
You must be signed in to change notification settings - Fork 0
베스트 굿즈
jongchan lee edited this page Jul 8, 2019
·
7 revisions
이종찬
Method | URL | Description |
---|---|---|
GET | /goods/best/:lastIndex | 베스트 굿즈 |
-
요청 헤더
Content-Type : application/json authorization
-
파라미터
lastIndex : 첫 요청(-1), 다음 요청(마지막 데이터의 goods_idx)
-
응답 성공
// status : 200 { "message": "Success", "data": [ { "goods_idx": 53, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "굿즈 이름", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/08/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 52, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "굿즈 이름", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/08/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 51, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "굿즈 이름", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/08/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 38, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "수정이의 신상 티셔츠", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/07/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 37, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "굿즈 이름", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/06/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 36, "store_name": "수정이네", "goods_category_idx": 1, "goods_name": "굿즈 이름", "goods_rating": 0, "goods_price": "30000", "goods_minimum_amount": 5, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/06/278BFB64-9F7D-48D2-98D2-D6512FCB6D69-25126-000018361AD9A848_file.JPG" }, { "goods_idx": 10, "store_name": "선이네 자석집", "goods_category_idx": 3, "goods_name": "방탄 원형 자석", "goods_rating": 5, "goods_price": "20000", "goods_minimum_amount": 15, "goods_review_cnt": 10, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.comimg" }, { "goods_idx": 9, "store_name": "아영이네 스티커맛집", "goods_category_idx": 2, "goods_name": "샤이니 금박 스티커 5종", "goods_rating": 0, "goods_price": "15000", "goods_minimum_amount": 150, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.comimg" }, { "goods_idx": 8, "store_name": "아영이네 스티커맛집", "goods_category_idx": 2, "goods_name": "방탄 원형스티커 5종 ", "goods_rating": 0, "goods_price": "25000", "goods_minimum_amount": 50, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.comimg" }, { "goods_idx": 7, "store_name": "아영이네 스티커맛집", "goods_category_idx": 2, "goods_name": "NCT 노트북 스티커", "goods_rating": 0, "goods_price": "10000", "goods_minimum_amount": 100, "goods_review_cnt": 0, "scrap_flag": 0, "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.comimg" } ] }
-
응답 실패