文档
测试

商品详情查询

POST
product/spu/info/{spuId}

说明 / 示例

响应 ```json { "status": 200, "error": "", "message": "success", "payload": { "spuId": 44, "spuName": "苹果13", "spuDescription": null, "catId": 34, "weight": 100, "publishStatus": true, "type": "1", "imgUrl": "sad0", "accountPattern": null, "accountName": null, "createTime": "2021-08-19 16:33:32", "updateTime": "2021-08-19 17:40:46", "memberDiscount": true, "saleTime": "2021-08-17 16:46:24", "saleMin": 1, "deleted": false, "merchantId": 1, "spuDecr": "苹果13的描述更新", "skuList": [ { "skuId": 370, "spuId": 44, "skuName": "苹果12单独套餐", "skuDesc": null, "skuImg": "1", "skuTitle": "苹果666666", "currentPrice": 850651, "saleCount": 0, "inventory": 0, "enable": "false", "originPrice": 456206, "saleAttrList": [ { "id": 1070, "spuId": -1, "skuId": 370, "attrId": 4, "attrName": "颜色", "attrValue": "套餐一", "attrSort": 1 } ] } ], "baseAttrList": [ { "id": 1075, "spuId": 44, "skuId": -1, "attrId": 6, "attrName": "品牌", "attrValue": "Apple", "attrSort": 1 } ], "saleAttrList": [ { "attrId": 4, "attrName": "颜色", "attrValueList": [ "套餐一" ] } ], "minPrice": 973, "maxPrice": 897383, "imgList": [] } } ```