## 獲取商品詳情
~~~[api]
post:/api/points_mall/goodsInfo
*int:id#商品ID
<<<
success
{
"code": 1,
"result": {
"id": 1,
"title": "中國古代寓言故事",
"thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=2312186000,1520045483&fm=58&bpow=819&bpoh=1024",
"stock": 10,
"points": 500,
"start_time": "18:00:00",
"auto_status": 9
}
}
~~~
### 字段列表
| 字段名 | 描述 |
|---|---|
| id | 商品ID |
| title | 商品名稱 |
| thumb | 商品圖片 |
| stock | 商品庫存(剩余可兌換數量) |
| points | 商品積分價格(兌換商品所需的積分數) |
| start_time | 開始兌換時間(時:分:秒) |
| auto_status | 商品狀態:1=正常兌換,8=無貨,9=未到兌換時間 |