~~~[api]
get:/Data/passType
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [{
"id": 1,
"icon": "\/storage\/vehicle_type\/5e0ada11691b6832a30ba963d22d3639.png",
"name": "貨運臨時通行證辦理",
"days": "1,2,3",
"remark": "申請車輛:普通大型貨車;",
"days_options": ["1", "2", "3"]
}, {
"id": 2,
"icon": "\/storage\/vehicle_type\/5f74434fd5e162dd9391f27aa7f17e28.png",
"name": "貨運長期通行證辦理",
"days": "7-90",
"remark": "申請車輛:普通大型貨車;",
"days_options": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]
}, {
"id": 3,
"icon": "\/storage\/vehicle_type\/a664359726f01f4a4ba8ab5a04064e71.png",
"name": "重型貨車通行證",
"days": "7-90",
"remark": "申請車輛:普通大型貨車;",
"days_options": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]
}, {
"id": 4,
"icon": "\/storage\/vehicle_type\/c1d90184564a0a602dc1bbbe845746f5.png",
"name": "專項作業車通行證",
"days": "7-90",
"remark": "申請車輛:重型自卸車和重型特殊結構專用車;",
"days_options": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]
}, {
"id": 5,
"icon": "\/storage\/vehicle_type\/88b39054162ccc1f997641134423efc9.png",
"name": "新能源車通行證",
"days": "7-90",
"remark": "申請車輛:新能源車輛;",
"days_options": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]
}, {
"id": 6,
"icon": "\/storage\/vehicle_type\/8c9559b1e57f57c4c95742e59c948e96.png",
"name": "重型罐式貨車",
"days": "7-90",
"remark": "申請車輛:普通大型貨車;",
"days_options": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]
}]
}
~~~
## 字段說明
| 字段名 | 說明 |
| --- | --- |
| id | 通行證類型ID |
| icon | 通行證類型圖標 |
| name | 通行證類型名稱 |
| remark | 通行證類型說明 |
| days_options | 通行天數選項 |