##
~~~[api]
post:http://tslbqxzspdt.sp11.cn/api/applyMaterial/orCoder
*applyMattersId=201809200001#所屬申請事項ID
<<<
success
{
"msg": "成功",
"mattersInfo": {
"applymatters_no":編號
"staff_name": "申請人",
"applymatters_type": 事項分類,
"qr_code": 二維碼,
"applymatters_id": 所屬申請事項ID,
"apply_time": 申請時間,
"applymatters_name": 事項名稱,
"applicant":申請人ID
},
"status": "1"
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~