瀏覽代碼

!26 update src/api/types.ts.
Merge pull request !26 from Admin/N/A

疯狂的狮子Li 1 年之前
父節點
當前提交
e79a9cf797
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/api/types.ts

+ 3 - 3
src/api/types.ts

@@ -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;