多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 获取供应商审核商品列表 +++ get:/supplier/getSupplierAuditGoodsList *supplierId#供应商编号 *auditStatus#1:审核中;2:审核成功;3:审核失败 *index#页码 *count#页数据量 cateId#一级分类id <<< success { "code": "00000", "data": { "goodsList": [ { "goodsId": 4, "goodsName": "5连卷垃圾袋 纳洁家用一次性加厚垃圾袋(修改)", "supplyPrice": "10", "salePrice": "15.00", "marketPrice": "15", "sales": 0, "goodsImg": "https://gd2.alicdn.com/imgextra/i4/0/O1CN01b2OQar1ovUUKsdXik_!!0-item_pic.jpg", "shopAddNum": 0, "auditStatus": "1", "freightRule": "默认不包邮-勿删", "firstPrice1": "6", "firstPrice2": "8", "firstPrice3": "12", "firstPrice4": "15", "firstWeight1": "1", "firstWeight2": "1", "firstWeight3": "1", "firstWeight4": "1", "continuedWeight1": "1", "continuedWeight2": "1", "continuedWeight3": "1", "continuedWeight4": "1", "continuedPrice1": "6", "continuedPrice2": "8", "continuedPrice3": "12", "continuedPrice4": "15", "isSendFree": "0", "freightArea1": "浙江、上海、江苏", "freightArea2": "北京、安徽、福建、广东、广西壮族自治区、贵州、河北、河南、黑龙江、湖北、湖南、吉林、江西、辽宁、山东、山西、陕西、四川、天津、云南、重庆", "freightArea3": "甘肃、内蒙古自治区、宁夏回族自治区、海南", "freightArea4": "西藏自治区、新疆维吾尔自治区、青海", "noFreightArea5": "", "freightName1": "江浙沪", "freightName2": "其他地区", "freightName3": "偏远地区", "freightName4": "最偏远地区", "noFreightName5": "不配送区域", "checkPrice": "0" } ], "numIidsList": [ { "goodsId": 4 } ] }, "onceToken": "", "info": "获取店铺自有商品列表成功" } +++ numIidsList:商品编号列表 #### goodsList:商品列表 |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |goodsName|商品名称|| | 2 |supplyPrice|供应价|| | 3 |marketPrice|建议零售价|| | 4 |sales|销量|| | 5 |goodsImg|商品图片|| | 6 |checkPrice|控价flg 0:否;1:是;|| | 7 |goodsId|商品编号|| | 7 |freightRule|运费规则名称|| | 8 |firstPrice1|最近区域首重价|| | 9 |firstPrice2|次近区域首重价|| | 10 |firstPrice3|偏远区域首重价|(加价规则一首重价)| | 11 |firstPrice4|最远区域首重价|(加价规则二首重价)| | 12 |isSendFree|包邮flg 0:否;1:是|| | 13 |freightArea1|最近区域地区|| | 14 |freightArea2|次近区域地区|| | 15 |freightArea3|偏远区域地区|(加价规则一区域)| | 16 |freightArea4|最远区域地区|(加价规则二区域)| | 17 |noFreightArea5|不配送区域地区|| | 18 |firstWeight1|最近区域首重|| | 19 |firstWeight2|次近区域首重|| | 20 |firstWeight3|偏远区域首重|(加价规则一首重)| | 21 |firstWeight4|最远区域首重|(加价规则二首重)| | 22 |continuedWeight1|最近区域续重|| | 23 |continuedWeight2|次近区域续重|| | 24 |continuedWeight3|偏远区域续重|(加价规则一续重)| | 25 |continuedWeight4|最远区域续重|(加价规则二续重)| | 26 |continuedPrice1|最近区域续重价|| | 27 |continuedPrice2|次近区域续重价|| | 28 |continuedPrice3|偏远区域续重价|(加价规则一续重价)|| | 29 |continuedPrice4|最远区域续重价|(加价规则二续重价)|| | 30 |freightName1|最近区域名称|| | 31 |freightName2|次近区域名称|| | 32 |freightName3|偏远区域名称|(加价规则一名称)| | 33 |freightName4|最远区域名称|(加价规则一名称)| | 34 |noFreightName5|不配送区域名称|| | 11 |shopAddNum|店铺上架该商品的数量|| | 12 |auditStatus|审核状态 0:审核中;1:审核通过;2:审核失败;|| | 12 |auditFailReason|审核失败原因||