Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
7c536aaf
Commit
7c536aaf
authored
Oct 20, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 阿里提交材料参数
parent
cd383fc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
icp-deliver/app/base/utils/toqifutongClient.js
+1
-3
No files found.
icp-deliver/app/base/utils/toqifutongClient.js
View file @
7c536aaf
...
@@ -216,11 +216,9 @@ const wangwenSubmitOption = async (deliverData, materials) => {
...
@@ -216,11 +216,9 @@ const wangwenSubmitOption = async (deliverData, materials) => {
break
break
case
system
.
SERVERSESTATUS
.
SUBMITING
:
case
system
.
SERVERSESTATUS
.
SUBMITING
:
req
.
ApplicationStatus
=
604
;
req
.
ApplicationStatus
=
604
;
req
.
extInfo
=
"{}"
;
break
break
case
system
.
SERVERSESTATUS
.
DISPOSEING
:
case
system
.
SERVERSESTATUS
.
DISPOSEING
:
req
.
ApplicationStatus
=
606
;
req
.
ApplicationStatus
=
606
;
req
.
extInfo
=
"{}"
;
break
break
default
:
default
:
throw
new
Error
(
"此状态手动不能更改"
);
throw
new
Error
(
"此状态手动不能更改"
);
...
@@ -232,7 +230,7 @@ const wangwenSubmitOption = async (deliverData, materials) => {
...
@@ -232,7 +230,7 @@ const wangwenSubmitOption = async (deliverData, materials) => {
actionBody
:
{
actionBody
:
{
"channelType"
:
channelType
[
deliverData
.
product_code
],
"channelType"
:
channelType
[
deliverData
.
product_code
],
"orderNo"
:
deliverData
.
delivery_code
,
"orderNo"
:
deliverData
.
delivery_code
,
"extInfo"
:
null
,
"extInfo"
:
"{}"
,
...
req
,
...
req
,
}
}
});
});
...
...
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