This commit is contained in:
caozehui
2025-04-14 14:43:29 +08:00
parent ecec9adeea
commit 30b219e14d
7 changed files with 33 additions and 36 deletions

View File

@@ -11,6 +11,7 @@ export namespace Login {
accessToken: string;
refreshToken: string;
userInfo:{
id: string;
name: string;
}
}