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