登录接口加密传输登录信息
This commit is contained in:
@@ -5,6 +5,7 @@ export namespace Login {
|
||||
export interface ReqLoginForm {
|
||||
username: string;
|
||||
password: string;
|
||||
checked: boolean;
|
||||
}
|
||||
export interface ResLogin {
|
||||
accessToken: string;
|
||||
|
||||
Reference in New Issue
Block a user