Commit f863e335 by 庄冰

qcapi

parent d093f492
......@@ -23,7 +23,7 @@ class QcAPI extends APIBase {
var opResult = null;
switch (action_type) {
case "getNeedSolutionDetailByUser"://获取方案详情
opResult = await this.centerorderSve.reqCenterOrderApi(pobj,"action/icpapi/springBoard");
opResult = await this.centerorderSve.reqCenterOrderApi(pobj,"action/qcapi/springBoard");
break;
case "submitIcpProgramme"://icp方案提交
opResult = await this.centerorderSve.submitIcpProgramme(pobj);
......@@ -41,7 +41,7 @@ class QcAPI extends APIBase {
opResult = await this.centerorderSve.abolishIcpProgramme(pobj);
break;
case "getProgrammeInfoByChannelNeedNo"://获取需求方案列表
opResult = await this.centerorderSve.reqCenterOrderApi(pobj,"action/icpapi/springBoard");
opResult = await this.centerorderSve.reqCenterOrderApi(pobj,"action/qcapi/springBoard");
break;
case "serviceProviderSubmitMaterial"://交付商提交材料信息
......
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