支持开发环境局域网登录测试

This commit is contained in:
Cheng Zhou
2026-05-29 09:36:07 +08:00
parent c9b677e96a
commit 63457aab11
10 changed files with 253 additions and 19 deletions
+5
View File
@@ -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;