>[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
}
~~~