HTTP API用户认证token管理token管理📄️ 获取或刷新token### 1.Refresh Token 刷新机制📄️ 撤销token撤销某个token, 和退出登录类似, 需要结合验证token的接口使用, token撤销后, 客户端需要调用接口验证token的有效性。📄️ 验证token验证token是否有效, 如果token有效, 会返回token对应的sub值。