~~~[api]
get:/Approve/progress
*string:id#申請ID
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [
{
"id": 1,
"approve_id": 1,
"user_id": 0,
"role_id": 0,
"reason": "jwj提交了申請",
"remark": "",
"status": "1",
"create_time": "2020-05-26 10:34:24",
"title": "申請人發起",
"applicant": "jwj",
"approver": "",
"user": null,
"role": null,
"status_text": "已通過"
},
{
"id": 2,
"approve_id": 1,
"user_id": 0,
"role_id": 3,
"reason": "1中隊審核中",
"remark": "",
"status": "0",
"create_time": "2020-05-26 10:34:24",
"title": "1中隊審批",
"applicant": "",
"approver": "交警",
"user": null,
"role": {
"id": 3,
"name": "1中隊"
},
"status_text": "審核中"
}
]
}
<<<
error
{
"code": 1,
"msg": "內容不存在",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
~~~
## 字段說明
| 字段名 | 說明 |
| --- | --- |
| reason | 原因(不通過原因) |
| remark | 意見(建議) |
| status | 狀態:0審核中 1已通過 2 未通過 |
| status_text | 狀態文字描述 |
| create_time | 創建時間 |
| title | 標題 |
| applicant | 發起人 |
| approver | 審批人 |