mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-05-16 20:28:03 +00:00
统一授权登录
This commit is contained in:
@@ -15,10 +15,13 @@ export type RegisterForm = {
|
||||
* 登录请求
|
||||
*/
|
||||
export interface LoginData {
|
||||
tenantId: string;
|
||||
username: string;
|
||||
password: string;
|
||||
tenantId?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
rememberMe?: boolean;
|
||||
socialCode?: string,
|
||||
socialState?: string,
|
||||
source?: string,
|
||||
code?: string;
|
||||
uuid?: string;
|
||||
clientId: string;
|
||||
|
||||
Reference in New Issue
Block a user