!26 update src/api/types.ts.

Merge pull request !26 from Admin/N/A
This commit is contained in:
疯狂的狮子Li 2023-07-13 12:42:32 +00:00 committed by Gitee
commit e79a9cf797
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,9 +19,9 @@ export interface LoginData {
username?: string; username?: string;
password?: string; password?: string;
rememberMe?: boolean; rememberMe?: boolean;
socialCode?: string, socialCode?: string;
socialState?: string, socialState?: string;
source?: string, source?: string;
code?: string; code?: string;
uuid?: string; uuid?: string;
clientId: string; clientId: string;