POST:/Merchandise/Product/GetProductInfo
参数:
{
"pid":1007
"id":25
}
-- id = 产品ID
返回:
{
"message": "成功",
"code": 1,
"value": {
"id": 25,
"name": "小青菜 300k",
"showName": "",
"price": 5.80,
"cost": 5.80,
"count": 999999,
"sku": "[{Id:\"10012\",Name:\"重量\",Value:\"300k\"}]",
"isSales": true,
"packUnit": "件",
"status": 1,
"brand": "橙云网络",
"isReturn": true,
"categoryId1": 1007,
"categoryId2": 1008,
"categoryId3": 1016,
"propertys": "10012|300k",
"fileNameDefault": "//img.107000.com/img/Goods/2020-02-28/5366230817101376905_pic1.jpg",
"goodsId": 15,
"detail": "<p>越南进口红心火龙果介绍</p>"
}
}