hongjli
2025-04-16 f64492bfe34aa9fab393c63082b9436990b92d53
src/utils/api.ts
@@ -1,4 +1,4 @@
const API_BASE_URL = 'http://localhost:8080/api';
const API_BASE_URL = 'http://121.43.139.99:8080/api';
interface ApiResponse<T = any> {
  code: number;