增加另一个登录接口

This commit is contained in:
yml2213
2026-06-26 17:22:51 +08:00
parent f736ef4f4c
commit d7d7c0cbb0
12 changed files with 1739 additions and 73 deletions
+1
View File
@@ -6,6 +6,7 @@ interface CreateBatchParams {
concurrency?: number;
max_login_retries?: number;
max_total_time?: number;
api_strategy?: string;
}
export const loginApi = {