## 獲取商品詳情
~~~[api]
post:/api/points_mall/goodsList
<<<
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": 2,
"title": "十萬個為什么",
"thumb": "https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=3660616495,3530258758&fm=179&app=42&f=JPEG?w=114&h=161",
"stock": 0,
"points": 500,
"start_time": "00:00:00",
"auto_status": 8
},
{
"id": 3,
"title": "格林童話全集",
"thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=3545906066,873659476&fm=179&app=42&f=JPEG?w=121&h=140",
"stock": 10,
"points": 500,
"start_time": "00:00:00",
"auto_status": 1
},
{
"id": 4,
"title": "小兵張嘎",
"thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=1337201720,505381844&fm=179&w=121&h=161&img.JPEG",
"stock": 10,
"points": 500,
"start_time": "00:00:00",
"auto_status": 1
},
{
"id": 5,
"title": "魯濱遜飄流記",
"thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=3732014042,3737909249&fm=179&app=42&f=PNG?w=121&h=161",
"stock": 10,
"points": 500,
"start_time": "00:00:00",
"auto_status": 1
}
]
}
~~~
### 字段列表
| 字段名 | 描述 |
|---|---|
| id | 商品ID |
| title | 商品名稱 |
| thumb | 商品圖片 |
| stock | 商品庫存(剩余可兌換數量) |
| points | 商品積分價格(兌換商品所需的積分數) |
| start_time | 開始兌換時間(時:分:秒) |
| auto_status | 商品狀態:1=正常兌換,8=無貨,9=未到兌換時間 |