账户登出具体操作:后端需要对Redis数据进行删除即可,告知前端需要删除对应cookie参数Redis键:auth:token:<number>:<uuid>
Authorization: Bearer ********************
curl --location --request GET 'http://192.168.5.234:8081/api/v1/auth/logout' \ --header 'X-Timestamp: {{X-Timestamp}}' \ --header 'X-Auth-UUID: {{X-Auth-UUID}}' \ --header 'Authorization: Bearer <token>'
{ "output": "string", "code": 0, "message": "string", "data": "string" }