用户登出协议
请求地址:
请求参数:
返回数据:
返回字段:
http://ip:port/LogoutService?token={$token} |
请求方式: GET |
请求参数:
参数名 | 类型 | 描述 | 是否必选 |
token | string | 用户登录的 token | Y |
返回数据:
{ "result" : {$result}, } |
返回字段:
字段名 | 类型 | 描述 |
result | int | 执行结果: 0 成功, -1 为失败 |