登出

接口地址:/console/logout

请求方式 get

参数:

  • 请求的header里要带token

返回格式:

{
    "code": 1,
    "data": {
    },
    "msg": "success"
}

Last updated

Was this helpful?