💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取添加商品的商品列表数据 +++ get:/shophome/getUserGoods *index#页码 *count#页数据量 *userId#用户编号 brandId#品牌编号 hotFlag#热销flag(点击热销传1) profitFlag#利润flag(点击利润传1) cateId#分类ID(一级二级分类皆可,不传默认获取第一个一级分类) deleteGoodsIds#去除的商品id串(多个分号分隔) <<< success { "code": "00000", "data": { "goodsList": [ { "goodsId": 8064, "numIid": "201904191728338346", "goodsName": "安太医加强版男用喷剂", "cateId": 224, "supplyPrice": "--", "marketPrice": "71.5", "sales": 0, "goodsImg": "http://img.xunkuyun.com/img_upload/project/applet_app/uploadImage/normal/2019/04/20190419172834167857.jpeg", "isRecommend": "0", "freightRule": "云格默认不包邮", "firstPrice1": "5", "firstPrice2": "8", "firstPrice3": "12", "firstPrice4": "15", "firstWeight1": "1", "firstWeight2": "1", "firstWeight3": "1", "firstWeight4": "1", "continuedWeight1": "1", "continuedWeight2": "1", "continuedWeight3": "1", "continuedWeight4": "1", "continuedPrice1": "1", "continuedPrice2": "8", "continuedPrice3": "12", "continuedPrice4": "15", "isSendFree": "0", "freightArea1": "江苏、上海、浙江", "freightArea2": "北京、安徽、福建、广东、广西、贵州、河北、河南、黑龙江、湖北、湖南、吉林、江西、辽宁、山东、山西、陕西、四川、天津、云南、重庆", "freightArea3": "甘肃、海南、内蒙古、宁夏", "freightArea4": "青海、西藏、新疆", "noFreightArea5": "", "freightName1": "最近地区", "freightName2": "次近地区", "freightName3": "偏远地区", "freightName4": "最远地区", "noFreightName5": "不配送区域", "checkPrice": "0" }, ... ], "goodsIdList": [ { "goodsId": 8033 }, ... ] }, "onceToken": "", "info": "获取用户商品成功" } +++ numIids:商品编号串 #### goodsList:商品列表 |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |goodsName|商品名称|| | 2 |supplyPrice|供应价|| | 3 |marketPrice|零售价|| | 4 |sales|销量|| | 5 |goodsImg|商品图片|| | 6 |isRecommend|是否推荐 1.推荐商品 0.普通商品|| | 7 |numIid|产品库产品编号|| | 8 |firstPrice3|偏远邮费|| | 9 |firstPrice4|最偏远邮费|| | 10 |freightArea3|偏远的省份|| | 11 |freightArea4|最偏远的省份|| | 12 |checkPrice|控价flg 0:否;1:是;|| | 13 |noFreightArea5|不配送区域|| | 14 |freightArea2|次近区域地区|| | 15 |freightArea3|偏远区域地区|(加价规则一区域)| | 16 |freightArea4|最远区域地区|(加价规则二区域)| | 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|不配送区域名称|| | 35 |freightRule|运费规则名称|| | 36 |firstPrice1|最近区域首重价|| | 37 |firstPrice2|次近区域首重价|| | 38 |firstPrice3|偏远区域首重价|(加价规则一首重价)| | 39 |firstPrice4|最远区域首重价|(加价规则二首重价)| | 40 |isSendFree|包邮flg 0:否;1:是|| | 41 |freightArea1|最近区域地区||