fix: 接口超时 180_1000
This commit is contained in:
@@ -44,7 +44,7 @@ export async function listgoldData(query: Record<string, any>) {
|
||||
totalSQL: totalSQL + querySQL,
|
||||
rowsSQL: rowsSQL + querySQL + sortSql + limtSql,
|
||||
},
|
||||
timeout: 30 * 1000,
|
||||
timeout: 60_000,
|
||||
});
|
||||
|
||||
// 解析数据
|
||||
|
||||
Reference in New Issue
Block a user