logout 接口
退出登录,返回到登录界面。
请求方式
GET http://ip/mwapi?method=logout
参数 | 说明 |
---|---|
method | 方法名称:logout |
返回数据
{
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:退出登录成功,返回其它值请参考 API 状态码。 |
退出登录,返回到登录界面。
GET http://ip/mwapi?method=logout
参数 | 说明 |
---|---|
method | 方法名称:logout |
{
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:退出登录成功,返回其它值请参考 API 状态码。 |