<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>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                #### 列表 ~~~[api] get:/dealer/promotion/goods_seckill/index *number:storesId#門店ID number:p=1#當前頁數 number:ps=20#分頁大小 <<< success { "code": 1, "msg": "", "time": "2018-08-17 06:24:46", "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", "goods": { "id": 32, "dealer_id": 2, "stores_id": 2, "cate_id": 30, "brands_id": 30, "express_id": 0, "template_id": 5, "sn": "20180813162223284103", "name": "商品五", "weight": 0, "volume": 0, "thumb": "http://dgyouduo.oss-cn-shenzhen.aliyuncs.com/uploads/2018/08/WeJqEtDugxl1bKY5bHwFEQvtqwdiySNL.png", "banner": "a:1:{i:0;s:97:\"http://dgyouduo.oss-cn-shenzhen.aliyuncs.com/uploads/2018/08/w9jMZITTAEvaInXLuFi7VMpe5CxuuaMA.png\";}", "summary": "商品五", "content": "商品五", "price": "5.00", "market_price": "5.00", "inventory": 494, "view_count": 0, "sale_count": 6, "sort": 0, "is_free_shipping": 1, "is_hot": 0, "is_new": 0, "is_real": 1, "is_sale": 1, "status": 1, "created_at": "2018-08-11 11:48:46", "updated_at": "2018-08-14 16:47:39", "saled_at": "2016-01-01 00:00:00", "status_text": "正常" }, "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 20 } } ~~~ #### 詳情 ~~~[api] get:/dealer/promotion/goods_seckill/retrieve/id/:id <<< success { "code": 1, "msg": "", "time": "2018-08-17 06:22:23", "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", "goods": { "id": 32, "dealer_id": 2, "stores_id": 2, "cate_id": 30, "brands_id": 30, "express_id": 0, "template_id": 5, "sn": "20180813162223284103", "name": "商品五", "weight": 0, "volume": 0, "thumb": "http://dgyouduo.oss-cn-shenzhen.aliyuncs.com/uploads/2018/08/WeJqEtDugxl1bKY5bHwFEQvtqwdiySNL.png", "banner": "a:1:{i:0;s:97:\"http://dgyouduo.oss-cn-shenzhen.aliyuncs.com/uploads/2018/08/w9jMZITTAEvaInXLuFi7VMpe5CxuuaMA.png\";}", "summary": "商品五", "price": "5.00", "market_price": "5.00", "inventory": 494, "view_count": 0, "sale_count": 6, "sort": 0, "is_free_shipping": 1, "is_hot": 0, "is_new": 0, "is_real": 1, "is_sale": 1, "status": 1, "created_at": "2018-08-11 11:48:46", "updated_at": "2018-08-14 16:47:39", "saled_at": "2016-01-01 00:00:00", "status_text": "正常" }, "status_text": "正常" } } ~~~ #### 創建 > 商品秒殺不可同時參與訂單滿減與使用優惠券 > 商品秒殺可使用紅包 ~~~[api] post:/dealer/promotion/goods_seckill/create *number:stores_id#門店ID *number:goods_id#商品ID *number:price#價格 *number:inventory#庫存 *number:max_buy_number#最大購買數量 *string:start_at#開始時間 *string:end_at#結束時間 number:status=1#狀態,0=>禁用,1=>啟用 <<< success { "code": 1, "msg": "success", "time": "2018-08-17 06:12:49", "data": [] } ~~~ #### 更新 ~~~[api] post:/dealer/promotion/goods_seckill/update/id/:id number:price#價格 number:inventory#庫存 number:max_buy_number#最大購買數量 string:start_at#開始時間 string:end_at#結束時間 number:status=1#狀態,0=>禁用,1=>啟用 <<< success { "code": 1, "msg": "success", "time": "2018-08-17 06:12:49", "data": [] } ~~~ #### 刪除 ~~~[api] post:/dealer/promotion/goods_seckill/delete/id/:id <<< success { "code": 1, "msg": "success", "time": "2018-08-17 06:12:49", "data": [] } ~~~
                  <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>

                              哎呀哎呀视频在线观看