update src/api/types.ts.

修改符号

Signed-off-by: Admin <zhangchong@chenzhimr.com>
This commit is contained in:
Admin 2023-07-13 12:40:37 +00:00 committed by Gitee
parent 2a1d0edd4e
commit 4af9f025b0
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;