>[danger] 多個路段用減號`-`分割
~~~[api]
post:/AdminApprove/editLine
*int:id#通行證ID
*string:line#通行線路
<<<
success
{
"code": 0,
"msg": "修改成功",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
<<<
error
{
"code": 1,
"msg": "內容不存在",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
~~~