### **獲取完整API、源碼、技術支持、精選面試題**
> ### **請購買 $ [大前端精選 - 面試題](http://www.hmoore.net/small-four/asdasdasdasd/content/HTML.md)**
### 商品詳情
~~~[api]
get:/manage/product/detail.do
*number:productId#商品id
<<<
success
{
"status": 0,
"data": {
"id": 2,
"categoryId": 2,
"parentCategoryId":1,
"name": "oppo R8",
"subtitle": "oppo促銷進行中",
"imageHost": "http://img.happymmall.com/",
"mainImage": "mainimage.jpg",
"subImages": "[\"mmall/aa.jpg\",\"mmall/bb.jpg\",\"mmall/cc.jpg\",\"mmall/dd.jpg\",\"mmall/ee.jpg\"]",
"detail": "richtext",
"price": 2999.11,
"stock": 71,
"status": 1,
"createTime": "2016-11-20 14:21:53",
"updateTime": "2016-11-20 14:21:53"
}
}
<<<
fail
{
"status": 1,
"msg": "沒有權限"
}
~~~