feat: add GET method of logout API (#903)

This commit is contained in:
leoshine
2022-07-22 21:13:49 +08:00
committed by GitHub
parent 3e4dbc2dcb
commit 6f6159be07
5 changed files with 266 additions and 10 deletions

View File

@ -78,6 +78,7 @@ p, *, *, POST, /api/get-email-and-phone, *, *
p, *, *, POST, /api/login, *, *
p, *, *, GET, /api/get-app-login, *, *
p, *, *, POST, /api/logout, *, *
p, *, *, GET, /api/logout, *, *
p, *, *, GET, /api/get-account, *, *
p, *, *, GET, /api/userinfo, *, *
p, *, *, *, /api/login/oauth, *, *