This commit is contained in:
Putoo
2026-04-27 14:17:52 +08:00
parent 4463f9e810
commit c55a104573
16 changed files with 168 additions and 88 deletions

View File

@@ -92,7 +92,7 @@ export class ApiService {
this.initialized = true;
}
public static async Request<T = unknown>(
public static async Request<T = any>(
method: HttpMethod,
url: string,
params: RequestParams = {}