~~~[api]
post:/AdminLogin/logout
<<<
success
{
"code": 0,
"msg": "退出登錄成功",
"url": "javascript:history.back()",
"wait": 3,
"data": null
}
<<<
error
{
"code": 1,
"msg": "請先登錄",
"url": "/admin_login/index.html",
"wait": 3,
"data": null
}
~~~