feat: 下载接口超时时间设置为10分钟

This commit is contained in:
2026-05-28 15:01:22 +08:00
parent 9948b18c26
commit b47f0b8296

View File

@@ -43,6 +43,7 @@ export const fetchDownloadItemsByGet = (params: Download): Promise<ApiResponse>
url: '/buyer/listing/mall/main-product/download',
method: 'get',
responseType: 'blob',
timeout: 600000,
params,
paramsSerializer: (p: any) => {
const usp = new URLSearchParams()