改用axios请求进行封装

This commit is contained in:
2025-05-07 09:25:51 +08:00
parent 53e82f9159
commit 491e1b119a
50 changed files with 511 additions and 12702 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// app/api/postgrest-client.ts
import { apiRequest, type QueryParams } from './client';
import { apiRequest, type QueryParams } from './axios-client';
import { handleApiError } from './error-handler';
/**