~~~[api]
post:/login/logout
<<<
success
{
"code": 0,
"msg": "退出登錄成功",
"url": "http://www.hmoore.net/book/xtuo/truck-pass/edit",
"wait": 3,
"data": null
}
<<<
error
{
"code": 1,
"msg": "請先登錄",
"url": "/Login/index.html",
"wait": 3,
"data": null
}
~~~