🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 商品接口 ##### 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表该商品是否已下架