## 導航
**簡要描述:**
* 導航菜單
**請求URL:**
* `https://api.zbztb.cn/api/public/v1/home/catitems`
**請求方式:**
* GET
**參數:**無
**返回示例**
~~~
{
"message": [{
"name": "分類",
"image_src": "https://api.zbztb.cn/pyg/icon_index_nav_4@2x.png",
"open_type": "switchTab",
"navigator_url": "/pages/category/index"
}, {
"name": "秒殺拍",
"image_src": "https://api.zbztb.cn/pyg/icon_index_nav_3@2x.png"
}, {
"name": "超市購",
"image_src": "https://api.zbztb.cn/pyg/icon_index_nav_2@2x.png"
}, {
"name": "母嬰品",
"image_src": "https://api.zbztb.cn/pyg/icon_index_nav_1@2x.png"
}],
"meta": {
"msg": "獲取成功",
"status": 200
}
}
~~~
**返回參數說明**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| name | string | 標題名稱 |
| image\_src | string | 圖片路徑 |
**備注**
* 更多返回錯誤代碼請看首頁的錯誤代碼描述