refactor: 登录表单数据类型声明

This commit is contained in:
郝先瑞
2022-03-20 23:44:39 +08:00
parent e5e2aea788
commit c77e8878fa
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/**
* 登录请求参数类型声明
*/
export interface LoginRequestParam {
export interface LoginFormData {
username: string,
password: string,
grant_type: string,