企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 已添加商品列表 +++ get:/goods/addedGoodsList numIids#商品产品编号串(分号分隔) *index#页码 *count#页数据量 goodsIds#goodsIds(逗号分隔) cateId#分类编号 <<< success { "code": "00000", "data": { "goodsList": [ { "goodsId": 440, "goodsName": "汪梦云 意大利RILASTIL维纳斯蒂尔芙蓉面膜", "cateId": 104, "supplyPrice": "165.00", "marketPrice": "400.00", "sales": 0, "goodsImg": "https://img.xunkuyun.com/img_upload/project/ylmini/uploadImage/normal/2019/01/20190116175144562867.jpg", "numIid": "20190116269573", "isRecommend": "0", "firstPrice3": "0.00", "firstPrice4": "0.00", "freightArea3": null, "freightArea4": null, "freightName3": null, "freightName4": null } ], "numIidsList": [ { "numIid": "20181227977962" }, ... ], "goodsCategoryList": [ { "cateId": 104, "cateName": "美容护肤", "num": 1 } ] }, "onceToken": "", "info": "获取已添加商品列表成功" } +++ numIidsList:商品编号列表 #### goodsCategoryList:商品列表 |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |cateId|分类编号|| | 2 |cateName|分类名称|| | 3 |num|数量|| #### 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|最偏远的省份||