Commit cd383fc5 by Sxy

fix: 阿里提交材料参数

parent cc87b8d7
...@@ -216,9 +216,11 @@ const wangwenSubmitOption = async (deliverData, materials) => { ...@@ -216,9 +216,11 @@ 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("此状态手动不能更改");
...@@ -230,6 +232,7 @@ const wangwenSubmitOption = async (deliverData, materials) => { ...@@ -230,6 +232,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,
...req, ...req,
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment