POST xuner/soc/Social/getproDetailproductId
GetProDetailproductId
请求信息
URI 参数
无。
Body 参数
GetSkuByProductIdRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| ProductId | string |
无。 |
请求格式
application/json, text/json
样例:
{
"ProductId": "sample string 1"
}
响应信息
资源描述
GetProDetailproductId
gSocResponseOfproductfrontvgetProDetail| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | productfrontvgetProDetail |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"productId": "sample string 1",
"brandName": "sample string 2",
"brandId": "sample string 3",
"productName": "sample string 4",
"specsList": [
{
"specsName": "sample string 1",
"specsOptionAttrCode": "sample string 2",
"specsOptionAttr": "sample string 3"
},
{
"specsName": "sample string 1",
"specsOptionAttrCode": "sample string 2",
"specsOptionAttr": "sample string 3"
}
],
"description": "sample string 5",
"productSkuId": "sample string 6",
"shippingFee": 7.0,
"shopPrice": 8.0,
"scorePrice": 9.0,
"imgUrlArray": [
{
"uid": "sample string 1",
"img": "sample string 2",
"url": "sample string 3",
"status": "sample string 4"
},
{
"uid": "sample string 1",
"img": "sample string 2",
"url": "sample string 3",
"status": "sample string 4"
}
],
"shopCount": 10,
"miniProgramShareUrl": "sample string 11",
"htmlShareUrl": "sample string 12",
"status": 13,
"activityType": 14,
"carUserType": 15,
"shareImgeUrl": "sample string 16",
"discountData": "sample string 17"
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}