!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;
password?: string;
rememberMe?: boolean;
socialCode?: string,
socialState?: string,
source?: string,
socialCode?: string;
socialState?: string;
source?: string;
code?: string;
uuid?: string;
clientId: string;