+++
get:/shop/product/view
*int:product_id=默认值#商品id
<<<
success
{
"code": 0,
"msg": "",
"time": 1491981139,
"data": {
"id": 7,//商品id
"name": "GH720D行车记录仪",//商品名
"image_url": "//img.4006948818.com/uploads/images/2016/07/57861fddf0cc3.jpg",//图片地址
"sales_volume": 0,//销售数
"price": "188.00",//价格
"create_time": "1970-01-01 08:00:00",//生成时间
"on_sale": true,//是否上架
"is_virtual": true,//是否是虚拟物品
//相册
"gallery": [
{
"foreign_id": 7,
"title": "",
"image_url": "//img.4006948818.com/57861fddf0cc3.jpg"
}
],
//商品详情
"desc": [
{
"foreign_id": 7,
"title": "",
"image_url": "//img.4006948818.com/57861fddf0cc3.jpg"
}
],
//规格
"specs": [
{
"name": "尺寸",//规格名
//规格项
"items": [
{
"name": "4.0 寸", //规格项名
"value": 2 //规格项值
},
{
"name": "4.5 寸",
"value": 3
}
]
}
]
}
}
<<<
error
+++