Commit ffeaec1a by 陈思聪

fix 工商注册新流程 提交公司注册申请材料

parent 529bed5f
......@@ -81,16 +81,16 @@ class RegAPI extends APIBase {
opResult = await this.utilsPushSve.business2Channel(pobj, pobj.opType);
break;
case "submitGongshangLicense"://百度工商注册新流程接口:公司注册完成后,供应商将营业执照回传百度云
onResult = await this.regCenterOrderSve.submitGongshangLicense(pobj);
opResult = await this.regCenterOrderSve.submitGongshangLicense(pobj);
break;
case "submitGongshangEngraving"://百度工商注册新流程接口:刻章环节,供应商使用此接口同步刻章信息
onResult = await this.regCenterOrderSve.submitGongshangEngraving(pobj);
opResult = await this.regCenterOrderSve.submitGongshangEngraving(pobj);
break;
case "updateGongshangRegStatus"://百度工商注册新流程接口:将工商注册流程状态更新给百度
onResult = await this.regCenterOrderSve.updateGongshangRegStatus(pobj);
opResult = await this.regCenterOrderSve.updateGongshangRegStatus(pobj);
break;
case "submitGongshangMaterial"://百度工商注册新流程接口:供应商变更用户申请材料
onResult = await this.regCenterOrderSve.submitGongshangMaterial(pobj);
opResult = await this.regCenterOrderSve.submitGongshangMaterial(pobj);
break;
//-----------接入百度reg------end----------------------------
default:
......
......@@ -13,7 +13,7 @@ class Order extends APIBase {
// 20220423 baidu 工商注册新流程 提交公司注册申请材料 baidu->公司宝
async submitMaterial(pobj,req){
const params = JSON.stringify(pobj)
console.log(">>> 提交工商注册申请材料 start...",)
console.log(">>> 提交工商注册申请材料 start...",params)
this.execClientNew.execLogs(`>>> 提交工商注册申请材料 start...`, params, "center-channel-order-submitMaterial", null, null);
if(!pobj){
return regCfg.getResultFail("orderNo不能为空");
......
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