Commit 529bed5f by 陈思聪

fix

parent 7c9dd4b5
......@@ -31,7 +31,7 @@ class Order extends APIBase {
};
console.log(`>>> 提交工商注册申请材料 参数...${JSON.stringify(deliveryObj)}`);
// await this.utilsPushSve.business2Channel(deliveryObj, "pushOrderDeliveryMaterial");
return regCfg.getResultSuccess(param.requestId);
return regCfg.getResultSuccess(pobj.requestId);
}
//状态变更
......
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