Commit 7c536aaf by Sxy

fix: 阿里提交材料参数

parent cd383fc5
...@@ -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,
} }
}); });
......
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