This commit is contained in:
mmc
2026-04-30 15:02:08 +08:00
parent b67133c202
commit 688883b0f5
4 changed files with 140 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ const API_BASE_URL = envConfig.baseURL;
const api = axios.create({
baseURL: API_BASE_URL,
timeout: 20000,
timeout: 50000,
headers: {
'Content-Type': 'application/json',
},