Commit dc508ef6 by 庄冰

qcapi

parent 273af9bb
...@@ -28,6 +28,9 @@ class QcAPI extends APIBase { ...@@ -28,6 +28,9 @@ class QcAPI extends APIBase {
case "submitIcpProgramme"://icp方案提交 case "submitIcpProgramme"://icp方案提交
opResult = await this.centerorderSve.submitIcpProgramme(pobj); opResult = await this.centerorderSve.submitIcpProgramme(pobj);
break; break;
case "receiveProgrammeNo"://接收渠道方案号(测试)
opResult = await this.centerorderSve.reqCenterOrderApi(pobj);
break;
case "submitIcpMaterial"://icp材料提交 case "submitIcpMaterial"://icp材料提交
opResult = await this.centerorderSve.submitIcpMaterial(pobj); opResult = await this.centerorderSve.submitIcpMaterial(pobj);
break; break;
......
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