登录接口完成

This commit is contained in:
2026-08-18 15:00:02 +08:00
parent d91f7928dd
commit bf355b3fbf
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ declare namespace Api {
interface UserInfo {
userId: string;
userName: string;
username: string;
roles: string[];
buttons: string[];
}