修改超时时间
This commit is contained in:
@@ -73,7 +73,7 @@ export function calculateReportByDateAndTenant(reportDate, tenantId) {
|
||||
return request({
|
||||
url: '/lbDailyUserTrade/calculate-report/by-date-and-tenant',
|
||||
method: 'post',
|
||||
timeout: 2 * 60 * 1000,
|
||||
timeout: 3 * 60 * 1000,
|
||||
params: {
|
||||
reportDate,
|
||||
tenantId
|
||||
|
||||
Reference in New Issue
Block a user