This commit is contained in:
linxd
2025-07-15 16:03:12 +08:00
13 changed files with 131 additions and 38 deletions

View File

@ -51,7 +51,7 @@ export async function getUserinfo() {
*/
export async function Logout() {
return request('/v1/login/logout', {
method: 'GET'
method: 'POST'
});
}
/**