feat: update cache; fix: user logout

This commit is contained in:
loveuer
2025-01-14 00:42:18 -08:00
parent 534b9586f2
commit 32b30ae183
16 changed files with 281 additions and 127 deletions

View File

@ -7,6 +7,12 @@ Content-Type: application/json
"password": "123456"
}
### logout
POST http://127.0.0.1:8080/api/user/auth/logout
Content-Type: application/json
{}
### verify login state
GET http://127.0.0.1:8080/api/user/auth/login