~~~[api]
post:/data/notification
*string:type#類型
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": {
"id": 1,
"type": "transit_time",
"title": "通行時間提示",
"content": "<p>通行證在市區內7:00-9:00、11:00-12:30、14:00-15:00、17:00-19:00(星期五下午變更為16:00-19:00禁止使用,執行搶險、搶修任務的車輛除外)<\/p>",
"update_time": "2020-05-20 10:07:27"
}
}
<<<
error
{
"code": 1,
"msg": "內容不存在",
"url": "/Login/index.html",
"wait": 3,
"data": null
}
~~~
## 通知類型
| 類型值 | 說明 |
| --- | --- |
| transit_time | 通行時間提示 |
| application_instructions | 申請辦證須知 |
| system_notification | 系統公告 |
| contact_tel | 聯系電話 |