Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
613499c9
Commit
613499c9
authored
Apr 25, 2023
by
huyf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出货下载相关增加超时时间
parent
aec4b6ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
box.js
src/api/ecw/box.js
+8
-1
No files found.
src/api/ecw/box.js
View file @
613499c9
...
...
@@ -257,6 +257,7 @@ export function downloadAgentListFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadAgentListFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -266,6 +267,7 @@ export function downloadSoncapFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadSoncapFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -275,6 +277,7 @@ export function downloadCustomFiles(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadCustomFiles
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -284,6 +287,7 @@ export function downloadLoadGoodsList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadLoadGoodsList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -294,6 +298,7 @@ export function downloadPreloadGoodsList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadPreloadGoodsList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -304,6 +309,7 @@ export function downloadReceivableList(params) {
return
request
({
url
:
"
/ecw/box-preload-goods/downloadReceivableList
"
,
responseType
:
"
blob
"
,
timeout
:
3
*
60
*
1000
,
method
:
"
get
"
,
params
,
});
...
...
@@ -314,6 +320,7 @@ export function downloadLadingCopy(params) {
return
request
({
url
:
"
/ecw/box-lading-copy/downloadLadingCopy
"
,
method
:
"
get
"
,
timeout
:
3
*
60
*
1000
,
params
,
});
}
...
...
@@ -334,4 +341,4 @@ export function updateUrl(data) {
method
:
"
put
"
,
data
,
});
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment