hongjli
2025-06-16 90b3b6329fec3205b845198ca6dc539dcde186c8
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;