登录接口加密传输登录信息

This commit is contained in:
caozehui
2025-03-24 19:22:56 +08:00
parent e0b1b5907b
commit d7df999cf2
6 changed files with 77 additions and 24 deletions

View File

@@ -5,6 +5,7 @@ export namespace Login {
export interface ReqLoginForm {
username: string;
password: string;
checked: boolean;
}
export interface ResLogin {
accessToken: string;