<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                # 商品分類商品列表 >[info]接口認證:**不需要認證** ##### 響應說明 | 字段名 | 字段類型 | 字段說明 | | --- | --- | --- | | has_more | boolean | 是否還有下一頁 | | list | array[goods(object)] | 商品列表 | | goods.id | int | 商品id | | goods.goods_name | string | 商品名 | | goods.goods_image | string | 商品圖片 | | goods.unpublished_at | sting | 下架時間(結束時間),未設置的時候是"",設置的話是時間格式如"2022-01-31?10:00:38" | | goods.shop_price | int | 商品價格(分),有計算的需要的話可以用這個 | | goods.shop_price_foormat | string | 商品價格,已格式化好的,展示使用 | | goods.market_price | int | 市場價格(分),有計算的需要的話可以用這個 | | goods.market_price_foormat | string | 市場價格,已格式化好的,展示使用 | | goods.cost_price | int | 成本價格(分),有計算的需要的話可以用這個 | | goods.cost_price_foormat | string | 成本價格,已格式化好的,展示使用 | | goods.activity_info.activity_score | float | 收益積分(%) | | goods.activity_info.wholesale_limit | int | 批發限購 | | goods.activity_info.group_buying_limit| int | 團購限購 | | goods.activity_info.group_buying_scale| int | 團購參團人數 | | goods.activity_info.gold_vip_score| int | 養老積分抵扣 | | goods.activity_type | int | 商品活動類型,另外列出 | ##### 商品活動類型 ```php public const ACTIVITY_TYPE_TRANS = [ 0 => "普通", 1 => '活動', 2 => '批發', 3 => '團購', 4 => '黃金會員專區', 5 => '提現配額專區', 6 => '0元體驗', ]; ``` ##### api說明 ~~~[api] get:/goods/list/category?cate_id=&page=1&per_page=5 int:cate_id=0#分類id,傳0或不傳為熱銷推薦 int:page=1#頁數 int:per_page=5#每頁數量 <<< success { "code": 200, "msg": "成功", "data": { "has_more": true, "list": [ { "id": 21, "goods_name": "黃金-五谷豐登紫砂家用功夫茶具套裝", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db93bc60032.jpg", "shop_price": 499900, "activity_type": 4, "market_price": 944400, "cost_price": 30000, "unpublished_at": "2022-01-31 10:00:38", "activity_info": { "activity_score": 20, "wholesale_limit": 0, "group_buying_limit": 0, "group_buying_scale": 0, "gold_vip_score": 500 }, "shop_price_format": "4999.00", "market_price_format": "9444.00", "cost_price_format": "300.00" }, { "id": 20, "goods_name": "活-紅雙喜雙控涮烤一體鍋-5-50", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db8bc3595dc.png", "shop_price": 398000, "activity_type": 1, "market_price": 398000, "cost_price": 398000, "unpublished_at": "", "activity_info": { "activity_score": 5, "wholesale_limit": 0, "group_buying_limit": 0, "group_buying_scale": 0, "gold_vip_score": 0 }, "shop_price_format": "3980.00", "market_price_format": "3980.00", "cost_price_format": "3980.00" }, { "id": 19, "goods_name": "活-飛科男士電動剃須刀-10-100", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db8b7e49c86.jpg", "shop_price": 288000, "activity_type": 1, "market_price": 388000, "cost_price": 288000, "unpublished_at": "", "activity_info": { "activity_score": 10, "wholesale_limit": 0, "group_buying_limit": 0, "group_buying_scale": 0, "gold_vip_score": 0 }, "shop_price_format": "2880.00", "market_price_format": "3880.00", "cost_price_format": "2880.00" }, { "id": 18, "goods_name": "活-美的料理機-30-90", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db8b3dd5c8b.jpg", "shop_price": 288000, "activity_type": 1, "market_price": 288000, "cost_price": 288000, "unpublished_at": "", "activity_info": { "activity_score": 30, "wholesale_limit": 0, "group_buying_limit": 0, "group_buying_scale": 0, "gold_vip_score": 0 }, "shop_price_format": "2880.00", "market_price_format": "2880.00", "cost_price_format": "2880.00" }, { "id": 17, "goods_name": "活-精品天然藍玉髓瑪瑙三件套-20-100", "goods_image": "http://noobcoder.oss-cn-hangzhou.aliyuncs.com/letao/20220110/goods_image-61db8a4387131.jpg", "shop_price": 398000, "activity_type": 1, "market_price": 600000, "cost_price": 300000, "unpublished_at": "", "activity_info": { "activity_score": 20, "wholesale_limit": 0, "group_buying_limit": 0, "group_buying_scale": 0, "gold_vip_score": 0 }, "shop_price_format": "3980.00", "market_price_format": "6000.00", "cost_price_format": "3000.00" } ] } } ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看