Commit e79f9df1 by 兰国旗

laolan

parent f31bd6ff
......@@ -59,8 +59,8 @@ class IcAPI extends APIBase {
case "getSolutionByChannelOrderNo"://渠道订单号获取方案详情
opResult = await this.needinfoSve.getSolutionByChannelOrderNo(pobj, pobj.actionBody, req);
break;
case "getSolutionByChannelOrderNo"://渠道订单号获取订单信息
opResult = await this.needinfoSve.getSolutionByChannelOrderNo(pobj, pobj.actionBody, req);
case "getOrderInfoByChannelOrderNo"://渠道订单号获取订单信息
opResult = await this.needinfoSve.getOrderInfoByChannelOrderNo(pobj, pobj.actionBody, req);
break;
case "writeCommunicationLog"://渠道方案号获取需求详情
opResult = await this.needinfoSve2.writeCommunicationLog(pobj, pobj.actionBody, req);
......
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