<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之旅 廣告
                # 商品接口 ##### 1、下架商品 ``` <pre class="calibre14">``` post:index.php?ctl=Seller_Goods&met=editGoodsCommon&typ=json&act=down *row:chk#下架id <<< success cmd_id:-140 data:[] msg:"success" status:200 <<< error cmd_id:-140 data:[] msg:"failure" status:250 ``` ``` ##### 2、上架商品 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=editGoodsCommon&typ=json&act=up *row:chk#上架id <<< success cmd_id:-140 data:[] msg:"success" status:200 <<< error cmd_id:-140 data:[] msg:"failure" status:250 ``` ``` ##### 3、刪除商品 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=deleteGoodsCommon&typ=json *row:id#商品id <<< success cmd_id:-140 data:{id: id} msg:"success" status:200 <<< error cmd_id:-140 data:{id: id} msg:"success" status:200 ``` ``` ##### 4、商品發布 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=addOrEditShopGoods&typ=json *string:name#商品名稱 string:promotion_tips#促銷提示 *float:price#商品價格 *float:market_price#市場價 *int:stock#商品庫存 *float:cubage#商品重量 *string:imagePath#商品主圖 string:service#售后服務 int:alarm#庫存預警值 int:limit#限購 string:code#商家編號 <<< success <<< error ``` ``` ##### 5、新增規格 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods_Spec&met=saveSpecValue&typ=json&position=storeAddGoods *string:spec_id=默認值#說明文字 *name#規格名 <<< success <<< error ``` ``` ##### 6、物流信息 所在地 ``` <pre class="calibre14">``` post:/index.php?ctl=Base_District&met=district&pid=0&typ=json *int:pid#父id <<< success <<< error ``` ``` ##### 7、添加新版式 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=addFormatRow&typ=json *string:name#版式名稱 *string:position#版式位置 *string:content#版式內容 <<< success <<< error ``` ``` ##### 8、編輯版式 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=editFormatRow&typ=json *int:id#版式id *string:name#版式名稱 *string:position#版式位置 *string:content#版式內容 <<< success <<< error ``` ``` ##### 8、刪除版式 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=deleteGoodsFormat&typ=json *int:id#版式id <<< success <<< error ``` ``` ##### 9、批量刪除版式 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods&met=deleteGoodsFormatRows&typ=json *row:id#版式id <<< success <<< error ``` ``` ##### 10、添加/修改商品規格 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods_Spec&met=saveSpecValue&typ=json&spec_id= *row:old# *row:new# *int:spec_id# *string:name# *position:position# *int:cat_id# <<< success <<< error ``` ``` ##### 11、刪除規格值 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods_Spec&met=removeSpecValue&typ=json *string:spec_value_id#規格值id <<< success <<< error ``` ``` ##### 12、添加圖片分組 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Album&met=addAlbum&typ=json *string:album_desc#分組名稱 <<< success <<< error ``` ``` ##### 13、修改分組 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Album&met=renameAlbum&typ=json *int:album_id#分組id *string:album_desc#分組名稱 <<< success <<< error ``` ``` ##### 14、刪除分組 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Album&met=removeAlbum&typ=json *int:album_id#分組id <<< success <<< error ``` ``` ##### 15、刪除操作 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Album&met=remove&typ=json *row:upload_id# <<< success <<< error ``` ``` ##### 16、獲取所在地 ``` <pre class="calibre14">``` get:/index.php?ctl=Base_District&met=district&pid=0&typ=json *int:pid#父id <<< success <<< error ``` ``` ##### 17、獲取商品分類 ``` <pre class="calibre14">``` get:/index.php?ctl=Seller_Goods_Cat&met=cat&typ=json *int:cat_id#分類id <<< success <<< error ``` ``` ##### 17、導入商品 ``` <pre class="calibre14">``` post:/index.php?ctl=Seller_Goods_TBImport&met=addGoods&typ=json *string:file_path#文件路徑 <<< success <<< error ``` ``` > 商品common表內商品已下架但是goods\_base表商品未下架,同步商品規格時請注意common表該商品是否已下架
                  <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>

                              哎呀哎呀视频在线观看