Commit 99467d72 by linboxuan

receiveEdiStatusNotify

parents b245b590 5c38b252
...@@ -79,12 +79,17 @@ class QcAPI extends APIBase { ...@@ -79,12 +79,17 @@ class QcAPI extends APIBase {
case "receiveIcpConfirmUrl"://前端关闭ICP需求及方案 case "receiveIcpConfirmUrl"://前端关闭ICP需求及方案
opResult = await this.aliyunqcSve.receiveIcpConfirmUrl(pobj); opResult = await this.aliyunqcSve.receiveIcpConfirmUrl(pobj);
break; break;
case "serviceSubmitOption"://服务商提交服务操作(文网文)2020-9-26
opResult = await this.aliyunqcSve.serviceSubmitOption(pobj);
break;
case "submitWangwenSolution"://提交方案(文网文)2020-9-27
opResult = await this.aliyunqcSve.submitWangwenSolution(pobj);
break;
default: default:
opResult = system.getResult(null, "action_type参数错误"); opResult = system.getResult(null, "action_type参数错误");
break; break;
} }
return opResult; return opResult;
} }
} }
module.exports = QcAPI; module.exports = QcAPI;
\ No newline at end of file
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