~~~[api]
get:/Approve/index
int:status#狀態碼
int:limit=15#每頁數量
int:page=1#頁碼
<<<
success
{
"code": 0,
"msg": "獲取成功",
"count": 2,
"currentPage": 1,
"lastPage": 1,
"data": [
{
"id": 143,
"user_id": 1,
"role_id": 10,
"type": 1,
"number_plate": "測A88889",
"number_type": "測試",
"driver_name": "張三",
"driver_phone": "13888888888",
"driver_card_img1": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driver_card_img2": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driving_card_img1": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driving_card_img2": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"vehicle_img1": "",
"vehicle_img2": "",
"vehicle_insurance": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"vehicle_insurance2": "",
"remark": "有需要",
"item_type": "水泥沙石",
"contract": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"contract2": "",
"contract3": "",
"contract4": "",
"start": "清三公路(G17線)",
"end": "清城區清遠大道南側盈泉鋼制品有限公司",
"end_point": "12.41564,45.547",
"line": "",
"expiration_day": 7,
"status": "3",
"effective_time": null,
"start_time": "2020-06-01",
"expire_time": "2020-06-08",
"update_time": "2020-06-08 10:36:43",
"create_time": "2020-06-08 10:16:38",
"vehicleType": {
"id": 1,
"name": "普通貨運車輛臨時通行證"
},
"destination": {
"id": 10,
"name": "小市中隊受理崗"
},
"progress": [
{
"approve_id": 143,
"create_time": "2020-06-08 10:36:43",
"id": 303,
"reason": "jwj取消了申請",
"status": "1"
},
{
"approve_id": 143,
"create_time": "2020-06-08 10:16:38",
"id": 302,
"reason": "小市中隊受理崗審核中",
"status": "2"
},
{
"approve_id": 143,
"create_time": "2020-06-08 10:16:38",
"id": 301,
"reason": "jwj提交了申請",
"status": "1"
}
],
"status_text": "已過期",
"prohibited_time": "禁止在工作日高峰期時段通行(7:00-9:00、12:00-14:30、17:00-19:00)",
"item_type_text": null
},
{
"id": 142,
"user_id": 1,
"role_id": 10,
"type": 1,
"number_plate": "測A88888",
"number_type": "測試",
"driver_name": "張三",
"driver_phone": "13888888888",
"driver_card_img1": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driver_card_img2": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driving_card_img1": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"driving_card_img2": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"vehicle_img1": "",
"vehicle_img2": "",
"vehicle_insurance": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"vehicle_insurance2": "",
"remark": "有需要",
"item_type": "水泥沙石",
"contract": "\/storage\/approve\/1\/b0b37f0a8e1cb67b603e96b710ef0709.jpg",
"contract2": "",
"contract3": "",
"contract4": "",
"start": "清三公路(G17線)",
"end": "清城區清遠大道南側盈泉鋼制品有限公司",
"end_point": "12.41564,45.547",
"line": "",
"expiration_day": 7,
"status": "3",
"effective_time": null,
"start_time": "2020-06-01",
"expire_time": "2020-06-08",
"update_time": "2020-06-08 10:40:51",
"create_time": "2020-06-08 10:14:52",
"vehicleType": {
"id": 1,
"name": "普通貨運車輛臨時通行證"
},
"destination": {
"id": 10,
"name": "小市中隊受理崗"
},
"progress": [
{
"approve_id": 142,
"create_time": "2020-06-08 10:40:51",
"id": 306,
"reason": "jwj取消了申請",
"status": "1"
},
{
"approve_id": 142,
"create_time": "2020-06-08 10:14:52",
"id": 300,
"reason": "用戶主動取消申請",
"status": "2"
},
{
"approve_id": 142,
"create_time": "2020-06-08 10:14:52",
"id": 299,
"reason": "jwj提交了申請",
"status": "1"
}
],
"status_text": "已過期",
"prohibited_time": "禁止在工作日高峰期時段通行(7:00-9:00、12:00-14:30、17:00-19:00)",
"item_type_text": null
}
]
}
~~~
## 狀態說明
| 狀態碼 | 說明 |
| --- | --- |
| 0 | 審核中 |
| 1 | 審核成功 |
| 2 | 審核失敗 |
| 3 | 已過期 |
| 4 | 已取消 |
## 返回字段說明
| 字段名 | 說明 |
| --- | --- |
| count | 總條數 |
| currentPage | 當前頁 |
| lastPage | 最后一頁頁碼(當前頁) |
| vehicleType.name | 通行證類型名稱 |
| destination.name | 目的中隊名稱 |