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

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                **簡要描述:** - 編輯商品 **請求URL:** - `/adminapi/goods.goods/edit` **請求方式:** - POST **參數:** |參數名 |必選 |類型 |說明 | | ------ | ------ | ------ |------ | |id |是 |int |商品id | |name |是 |string |商品名稱 | |code |是 |string |商品編碼| |delivery_type |是 |int |配送類型:1-快遞配送;2-上門自提| |express_type |是 |int |運費類型:1-包郵;2-統一運費;3-運費模板| |express_money |是 |float |運費類型為:2(統一運費)時必傳| |express_template_id |是 |int |運費類型為:3(運費模板)時必傳| |video_source |是 |string |視頻來源:1-視頻素材庫;2-商品鏈接| |video_cover |是 |string |視頻封面| |video |是 |string |視頻鏈接| |supplier_id |是 |int|供應商id| |brand_id |是 |int |品牌id| |unit_id |是 |int |單位id| |category_id|是|array|商品分類| |image |是 |array | 商品輪播圖(數組第一個為商品主圖) |stock_warning |是 |int |庫存預警| |virtual_sales_num |是 |int |虛擬銷量| |sort |是 |int |排序| |status |是 |int |狀態:1-銷售中;0-倉庫中| |content |是|int |富文本| |spec_type |是 |int | 類型 1-單規格商品;2-多規格商品 |spec_value |是 |array | 規格項 |--id |是 |int | 規格id(新增為空) |--spec_name |是 |sring | 規格名稱 |--spec_list |是 |array | 規格子項列表 |----id |是 |int | 規格id(新增為空) |----value |是 |string | 規格值 |spec_value_list |是 |array | 規格項信息 |--id |是 |int | 規格id |--ids |是 |int | 規格ids |--spec_value |否 |int | 拼接規格名稱 |--image |是 |float | 規格圖片 |--sell_price |是 |float | 價格 |--lineation_price |是 |float | 劃線價 |--cost_price |是 |float | 成本價 |--stock |是 |int | 庫存 |--volume |是 |float | 體積 |--weight |是 |float | 重量 |--bar_code |是 |string | 條形碼 **參數示例** ``` { "id":45, "name":"舒客兒童牙膏換牙兒童牙膏護齒防蛀護齦含氟可吞咽食品級34", "code":"12222241", "remark":2332, "express_type":1, "express_money":20, "express_template_id":1, "video_source":1, "video_cover":"http://www.likeshop.localhost/uploads/images/background/20201210/6768915899c1f445e43c886ad5e8668a.png", "video":"http://www.likeshop.localhost/uploads/images/background/20201210/6768915899c1f445e43c886ad5e8668a.png", "image":[ "123.png", "12223.png", "122223233.png" ], "category_id":[ 1,2,3 ], "supplier_id":1, "brand_id":2, "unit_id":2, "is_stock":1, "poster":"", "status":1, "stock_warning":100, "virtual_sales_num":200, "sort":20, "content":123, "spec_type":2, "spec_value":[ { "id":46, "spec_name":"選擇顏色", "sort":2, "spec_list":[ { "id":"95", "value":"黑巧風暴" }, { "id":"96", "value":"白桃烏龍" } ] }, { "id":47, "spec_name":"選擇版本", "sort":1, "spec_list":[ { "id":97, "value":"4G" }, { "id":98, "value":"8G" }, { "id":99, "value":"12G" }, { "id":"", "value":"16G" } ] } ], "spec_value_list":[ { "id":"105", "ids":"0,0", "spec_value":"黑巧風暴,4G", "image":"", "sell_price":2999, "lineation_price":3299, "cost_price":2000, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"106", "ids":"0,1", "spec_value":"黑巧風暴,8G", "image":"", "sell_price":3299, "lineation_price":3599, "cost_price":2200, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"107", "ids":"0,2", "spec_value":"黑巧風暴,12G", "image":"", "sell_price":3599, "lineation_price":3799, "cost_price":2400, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"", "ids":"0,3", "spec_value":"黑巧風暴,16G", "image":"", "sell_price":3599, "lineation_price":3799, "cost_price":2400, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"108", "ids":"1,0", "spec_value":"白桃烏龍,4G", "image":"", "sell_price":2999, "lineation_price":3299, "cost_price":2000, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"109", "ids":"1,1", "spec_value":"白桃烏龍,8G", "image":"", "sell_price":3299, "lineation_price":3599, "cost_price":"2200", "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"110", "ids":"1,2", "spec_value":"白桃烏龍,12G", "image":"", "sell_price":3599, "lineation_price":3799, "cost_price":2400, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 }, { "id":"", "ids":"1,3", "spec_value":"白桃烏龍,16G", "image":"", "sell_price":3599, "lineation_price":3799, "cost_price":2400, "stock":1000, "volume":10, "weight":10, "bar_code":202107131607 } ] } ``` **返回示例** ``` { "code": 1, "show": 0, "msg": "修改成功", "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>

                              哎呀哎呀视频在线观看