##
~~~[api]
post:http://127.0.0.1:8080/api/applyMaterial/mattersInfo
*applymatters_id=2 #申請事項ID
搜索
<<<
success
{
"msg": "成功",
"src": 二維碼拼接地址,
"mattersFormInfo": [
{
"field_id": 字段ID,
"applymaterial_id": 提交材料ID
"applymaterial_no": 申請編號,
"field_value": 字段Value,
"matters_id": 事項ID,
"field_name": "姓名01"
"`field_type":,字段類型
`option`,選項
`is_required`,非空判斷
line`行
.`column`列
}
],
"mattersInfoById": {
"staff_name": 申請人,
"update_time": 審核時間,
"matters_name": 事項名稱",
"applymatters_type":申請事項類型,
"qr_code": 二維碼地址,
"dept_name": 部門名稱,
"applymatters_id": 申請事項ID
"apply_time": 申請時間
"add_time": 受理時間
‘applymatters_no’ 申請編號
"status": 1
},
"status": "1"
{
"
{
}
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~