### 導航列表
~~~[api]
post:/index/index/navigate
id#id
<<<
success
{
"code":"0",
"msg":"success",
“data”:{"id":20,"name":"","sort":"1","image":"","create_time":"2019-09-18 14:55:27"}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| code | 返回判斷:0:成功;其他:失敗 |
| msg| 返回信息說明 |
| data| 信息列表|
| data.id| 通知id|
| data.sort| 編號|
| data.name| 名稱|
| data.image| 圖標|
| data.url| 跳轉地址|
| data.create_time| 時間|