<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國際加速解決方案。 廣告
                #### 列表 ~~~[api] get:/index/goods/index *number:storesId#門店ID string:search#搜索關鍵詞 number:cateId#分類ID number:brandsId#品牌ID string:orderBy=sale#排序,'sale'=>最新,view=>人氣,sale=>銷量,price=>價格 number:p=1#當前頁數 number:ps=10#分頁大小 <<< success { "code": 1, "msg": "", "time": "2018-06-19 21:33:08", "data": [ { "id": 1, "dealer_id": 1, "stores_id": 1, "cate_id": 1, "brands_id": 0, "express_id": 0, "template_id": null, "sn": "20180614133808873510", "name": "商品1", "weight": 0, "volume": 0, "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "banner": [ "http://oss.dgyouduo.com/static/img/no-image-16x10.png" ], "summary": "商品摘要", "price": "10.00", "market_price": "20.00", "inventory": 100, "view_count": 0, "sale_count": 0, "sort": 0, "is_free_shipping": 0, "is_hot": 0, "is_new": 0, "is_real": 1, "is_sale": 1, "is_trash": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2018-06-14 15:57:57", "saled_at": "2018-06-14 15:57:57", "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 分類 ~~~[api] get:/index/goods/category *number:storesId#門店ID <<< success { "code": 1, "msg": "", "time": "2018-06-19 21:32:40", "data": [ { "id": 1, "dealer_id": 1, "stores_id": 1, "parent_id": 0, "parent_id_path": "0_1", "level": 1, "name": "分類一", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "sort": 0, "is_show": 0, "is_hot": 0, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2018-06-14 11:23:51", "children": [], "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 100 } } ~~~ #### 詳情 ~~~[api] get:/index/goods/retrieve/id/:id <<< success { "code": 1, "msg": "", "time": "2018-06-19 21:33:56", "data": { "id": 1, "dealer_id": 1, "stores_id": 1, "cate_id": 1, "brands_id": 0, "express_id": 0, "template_id": null, "sn": "20180614133808873510", "name": "商品1", "weight": 0, "volume": 0, "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "banner": [ "http://oss.dgyouduo.com/static/img/no-image-16x10.png" ], "summary": "商品摘要", "content": "商品內容", "price": "10.00", "market_price": "20.00", "inventory": 100, "view_count": 0, "sale_count": 0, "sort": 0, "is_free_shipping": 0, "is_hot": 0, "is_new": 0, "is_real": 1, "is_sale": 1, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2018-06-14 15:57:57", "saled_at": "2018-06-14 15:57:57", "status_text": "正常" } } ~~~ #### 評論 ~~~[api] get:/index/goods/evaluate *number:goodsId#商品ID number:p=1#當前頁數 number:ps=10#分頁大小 <<< success { "code": 1, "msg": "", "time": "2018-06-30 07:30:11", "data": [ { "id": 1, "member_id": 5, "order_id": 7, "goods_id": 1, "sku_key": "", "content": "好棒的產品", "images": [ "http://oss.dgyouduo.com/static/img/no-image.png" ], "grade": 5, "sort": 0, "is_anonymity": 0, "is_audit": 1, "status": 1, "created_at": "2018-06-30 07:13:18", "updated_at": "2018-06-30 07:13:18", "member": { "id": 5, "nickname": "404", "status": 1, "status_text": "正常" }, "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 評論根據門店ID ~~~[api] get:/index/goods/evaluateByStoresId *number:storesId#門店ID number:p=1#當前頁數 number:ps=10#分頁大小 <<< success { "code": 1, "msg": "", "time": "2018-08-09 15:31:36", "data": [ { "id": 1, "member_id": 5, "order_id": 7, "goods_id": 1, "sku_key": "", "content": "好棒的產品", "images": [ "http://oss.dgyouduo.com/static/img/no-image.png" ], "grade": 5, "sort": 0, "is_anonymity": 0, "is_audit": 1, "status": 1, "created_at": "2018-06-30 07:13:18", "updated_at": "2018-06-30 07:13:18", "goods": { "id": 1, "name": "商品1", "status": 1, "status_text": "正常" }, "member": { "id": 5, "nickname": "404", "status": 1, "status_text": "正常" }, "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 增加瀏覽數 ~~~[api] post:/index/goods/addViewCount/id/:id <<< success { "code": 1, "msg": "success", "time": "2018-01-18 22:27:56", "data": [] } ~~~ #### 秒殺 ~~~[api] get:/index/goods/seckill number:p=1#當前頁數 number:ps=10#分頁大小 <<< success { "code": 1, "msg": "", "time": "2018-08-17 08:21:34", "data": [ { "id": 1, "dealer_id": 1, "stores_id": 2, "goods_id": 32, "price": "2.50", "inventory": 1000, "max_buy_number": 100, "status": 1, "created_at": "2018-08-17 05:57:16", "updated_at": "2018-08-17 06:15:41", "start_at": "2016-01-01 00:00:00", "end_at": "2016-01-01 00:00:00", "stores": { "id": 2, "name": "門店2" }, "goods": { "id": 32, "name": "商品五", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png" }, "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 秒殺詳情 ~~~[api] get:/index/goods/seckillDetail/id/:id <<< success { "code": 1, "msg": "", "time": "2018-08-19 22:01:42", "data": { "id": 4, "dealer_id": 1, "stores_id": 1, "goods_id": 1, "price": "100.00", "inventory": 10, "max_buy_number": 10, "status": 1, "created_at": "2018-08-18 15:21:24", "updated_at": "2018-08-18 15:21:24", "start_at": "2018-08-18 00:00:00", "end_at": "2018-08-18 00:00:00", "goods": { "id": 1, "dealer_id": 1, "stores_id": 1, "cate_id": 1, "brands_id": 1, "express_id": 1, "template_id": 1, "sn": "20180813161949106144", "name": "商品一", "weight": 0, "volume": 0, "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "banner": [ "http://oss.dgyouduo.com/static/img/no-image-16x10.png" ], "summary": "商品一", "content": "商品一", "price": "1.00", "market_price": "1.00", "inventory": 100, "view_count": 0, "sale_count": 0, "sort": 0, "is_free_shipping": 0, "is_hot": 0, "is_new": 0, "is_real": 1, "is_sale": 1, "status": 1, "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00", "saled_at": "2016-01-01 00:00:00", "status_text": "正常" }, "status_text": "正常" } } ~~~
                  <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>

                              哎呀哎呀视频在线观看