~~~[api]
post:http://127.0.0.1:8080/api/applyMaterial/photoSave
*applymatters_id= #申請事項id
*matters_id= #事項ID
*user_id=1002#登錄用戶ID
*size= #材料數量
*photo= #圖片路徑(i+)
*material= #材料ID(i+)
*applymaterial= #申請材料ID(i+)
<<<
success
{
"msg": "成功",
"status": "1"
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~