feat: 下载接口超时时间设置为10分钟
This commit is contained in:
@@ -43,6 +43,7 @@ export const fetchDownloadItemsByGet = (params: Download): Promise<ApiResponse>
|
|||||||
url: '/buyer/listing/mall/main-product/download',
|
url: '/buyer/listing/mall/main-product/download',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
responseType: 'blob',
|
responseType: 'blob',
|
||||||
|
timeout: 600000,
|
||||||
params,
|
params,
|
||||||
paramsSerializer: (p: any) => {
|
paramsSerializer: (p: any) => {
|
||||||
const usp = new URLSearchParams()
|
const usp = new URLSearchParams()
|
||||||
|
|||||||
Reference in New Issue
Block a user