## 获取商品详情
~~~[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=未到兑换时间 |