~~~[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 | 通行天数选项 |