支持开发环境局域网登录测试
This commit is contained in:
@@ -20,6 +20,11 @@ export interface LoginRequest {
|
||||
ciphertext: string;
|
||||
}
|
||||
|
||||
export interface DevLoginRequest {
|
||||
email: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
access_token: string;
|
||||
token_type: string;
|
||||
|
||||
Reference in New Issue
Block a user