Skip to content

베스트 굿즈

jongchan lee edited this page Jul 11, 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": 102,
              "store_name": "후니 프린팅",
              "goods_category_idx": 5,
              "goods_name": "사각 라운딩 스티커",
              "goods_rating": 0,
              "goods_price": "20,000",
              "goods_minimum_amount": "1,000",
              "goods_review_cnt": 0,
              "scrap_flag": 0,
              "goods_img": "https://yamyamgoods.s3.ap-northeast-2.amazonaws.com/goods/2019/07/10/main_photo.png"
          }
      ]
    }
  • 응답 실패

Clone this wiki locally