refactor: 登录表单数据类型声明
This commit is contained in:
2
src/types/api/system/login.d.ts
vendored
2
src/types/api/system/login.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* 登录请求参数类型声明
|
||||
*/
|
||||
export interface LoginRequestParam {
|
||||
export interface LoginFormData {
|
||||
username: string,
|
||||
password: string,
|
||||
grant_type: string,
|
||||
|
||||
Reference in New Issue
Block a user