refactor: 登录接口数据ts类型重命名
Former-commit-id: e035029e3b36cecbfc96c18a4617333aeb1f2c17
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* 登录数据类型
|
* 登录数据类型
|
||||||
*/
|
*/
|
||||||
export interface LoginData {
|
export type LoginType = {
|
||||||
username: string;
|
username: string;
|
||||||
password: string;
|
password: string;
|
||||||
/**
|
/**
|
||||||
@@ -12,7 +12,7 @@ export interface LoginData {
|
|||||||
* 验证码Code服务端缓存key(UUID)
|
* 验证码Code服务端缓存key(UUID)
|
||||||
*/
|
*/
|
||||||
// verifyCodeKey: string;
|
// verifyCodeKey: string;
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Token响应类型
|
* Token响应类型
|
||||||
|
|||||||
Reference in New Issue
Block a user