## 商品詳情
?
**簡要描述:**
* 商品詳情
**請求URL:**
* `https://api.zbztb.cn/api/public/v1/goods/detail`
**請求方式:**
* GET
**參數:**
| 參數名 | 必選 | 類型 | 說明 |
| --- | --- | --- | --- |
| goods\_id | 是 | number | 商品id |
**返回示例**
~~~
{
"message": {
"goods_id": 8888,
"cat_id": 1085,
"goods_name": "spike 經典武士大馬士革直刀(微型) 戶外野營直刀 收藏禮品刀 飾品刀具",
"goods_price": 500,
"goods_number": 100,
"goods_weight": 100,
"goods_introduce": "富文本內容",
"goods_state": 2,
"is_del": "0",
"add_time": 1516361489,
"upd_time": 1516361489,
"delete_time": null,
"hot_mumber": 0,
"is_promote": false,
"cat_one_id": 995,
"cat_two_id": 1075,
"cat_three_id": 1085,
"goods_cat": "995,1075,1085",
"pics": [{
"pics_id": 38711,
"goods_id": 8888,
"pics_big": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_800x800.jpg",
"pics_mid": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_400x400.jpg",
"pics_sma": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_200x200.jpg",
"pics_big_url": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_800x800.jpg",
"pics_mid_url": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_400x400.jpg",
"pics_sma_url": "http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_200x200.jpg"
}],
"attrs": [{
"goods_id": 8888,
"attr_id": 9210,
"attr_value": "戶外直刀",
"add_price": 0,
"attr_name": "主體參數-類別",
"attr_sel": "only",
"attr_write": "manual",
"attr_vals": "放大鏡"
}]
},
"meta": {
"msg": "獲取成功",
"status": 200
}
}
~~~
**返回參數說明**
| 參數名 | 參數說明 | 備注 |
| goods\_id | 商品ID | |
| cat\_id | 分類ID | |
| goods\_name | 商品名稱 | |
| goods\_price | 商品價格 | |
| goods\_number | 商品數量 | |
| goods\_weight | 商品重量 | |
| goods\_big\_logo | 商品大圖標 | |
| goods\_small\_logo | 商品小圖標 | |
| add\_time | 商品添加時間 | |
| upd\_time | 商品更新時間 | |
| hot\_mumber | 熱門商品數 | |
| cat\_one\_id | 所屬一級分類 | |
| cat\_two\_id | 所屬二級分類 | |
| cat\_three\_id | 所屬三級分類 | |
| goods\_introduce | 商品介紹 | |
| pics | 商品圖片列表 | |
| attrs | 商品屬性列表 |
**備注**
* 更多返回錯誤代碼請看首頁的錯誤代碼描述