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