💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取用户拼团商品 +++ get:/shopimage/getUserGroupGoods *index#页码 *count#页数据量 *userId#用户编号 cateId#分类ID(一级二级分类皆可,不传默认获取第一个一级分类) deleteGoodsIds#删除的商品编号(多个用分号分隔) <<< success { "code": "00000", "data": { "goodsList": [ { "goodsId": 62097, "numIid": "20190716340719", "goodsName": "鄱阳湖 白莲香软米 籼米 10斤装", "cateId": 185, "supplyPrice": "31.68", "marketPrice": "32.9", "salePrice": "32.90", "sales": 120, "goodsImg":"https://img.xunkuyun.com/img_upload/project/ylmini/uploadImage/normal/2019/07/20190716094140606939.jpg", "isRecommend": "0", "freightRule": "邮乐家包邮运费", "firstPrice1": "0", "firstPrice2": "0", "firstPrice3": "0", "firstPrice4": "0", "firstWeight1": "0", "firstWeight2": "0", "firstWeight3": "0", "firstWeight4": "0", "continuedWeight1": "0", "continuedWeight2": "0", "continuedWeight3": "0", "continuedWeight4": "0", "continuedPrice1": "0", "continuedPrice2": "0", "continuedPrice3": "0", "continuedPrice4": "0", "isSendFree": "1", "freightArea1": "", "freightArea2": "", "freightArea3": "", "freightArea4": "", "noFreightArea5": "宁夏回族自治区、青海、甘肃、海南、云南、西藏自治区、新疆维吾尔自治区、内蒙古自治区、黑龙江、吉林、辽宁", "freightName1": "", "freightName2": "", "freightName3": "", "freightName4": "", "noFreightName5": "不配送区域", "checkPrice": "1" }, ... ] }, "onceToken": "", "info": "获取用户商品成功" } +++ #### 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|不配送区域||