~~~[api]
post:/AdminApprove/editDate
*int:id#通行證ID
*date:start_time#開始通行時間
*int:expiration_day#通行天數
<<<
success
{
"code": 0,
"msg": "修改成功",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
<<<
error
{
"code": 1,
"msg": "內容不存在",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
~~~