## 輪播圖
**簡要描述:**
* 輪播圖
**請求URL:**
* `https://api.zbztb.cn/api/public/v1/home/swiperdata`
**請求方式:**
* GET
**參數:**無
**返回示例**
~~~
{
"message": [{
"image_src": "https://api.zbztb.cn/pyg/banner1.png",
"open_type": "navigate",
"goods_id": 129,
"navigator_url": "/pages/goods_detail/index?goods_id=129"
}],
"meta": {
"msg": "獲取成功",
"status": 200
}
}
~~~
**返回參數說明**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| image\_src | string | 圖片路徑 |
| open\_type | string | 打開方式 |
| goods\_id | number | 商品id |
| navigator\_url | string | 導航鏈接 |
**備注**
* 更多返回錯誤代碼請看首頁的錯誤代碼描述