退出登录,销毁当前会话。建议在程序退出时调用。
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| action | string | 是 | 固定值 logout |
| token | string | 是 | 登录令牌 |
| machine_code | string | 建议 | 机器码,用于验证一致性 |
| timestamp | int | 是 | 时间戳 |
仅返回code、msg和timestamp字段。
| 错误码 | 说明 |
|---|---|
| 4001 | 登出参数错误 |
| 4002 | token无效 |
action=logout&machine_code=ABC123×tamp=1700000000&token=eyJhbGciOiJIUzI1NiIs...