mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 09:52:27 +00:00
update src/api/types.ts.
修改符号 Signed-off-by: Admin <zhangchong@chenzhimr.com>
This commit is contained in:
@@ -19,9 +19,9 @@ export interface LoginData {
|
||||
username?: string;
|
||||
password?: string;
|
||||
rememberMe?: boolean;
|
||||
socialCode?: string,
|
||||
socialState?: string,
|
||||
source?: string,
|
||||
socialCode?: string;
|
||||
socialState?: string;
|
||||
source?: string;
|
||||
code?: string;
|
||||
uuid?: string;
|
||||
clientId: string;
|
||||
|
||||
Reference in New Issue
Block a user