chore: initial commit
This commit is contained in:
7
frontend/packages/lib-shared/models/system/login.ts
Normal file
7
frontend/packages/lib-shared/models/system/login.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface LoginParams {
|
||||
username: string;
|
||||
password: string;
|
||||
authenticate: string;
|
||||
loginAddress?: string;
|
||||
platform: 'WEB' | 'MOBILE'; // 平台,WEB\MOBILE
|
||||
}
|
||||
Reference in New Issue
Block a user