Commit 7c536aaf by Sxy

fix: 阿里提交材料参数

parent cd383fc5
......@@ -216,11 +216,9 @@ const wangwenSubmitOption = async (deliverData, materials) => {
break
case system.SERVERSESTATUS.SUBMITING:
req.ApplicationStatus = 604;
req.extInfo = "{}";
break
case system.SERVERSESTATUS.DISPOSEING:
req.ApplicationStatus = 606;
req.extInfo = "{}";
break
default:
throw new Error("此状态手动不能更改");
......@@ -232,7 +230,7 @@ const wangwenSubmitOption = async (deliverData, materials) => {
actionBody: {
"channelType": channelType[deliverData.product_code],
"orderNo": deliverData.delivery_code,
"extInfo": null,
"extInfo": "{}",
...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