Commit 6dac3f7a by 庄冰

icp api

parent 980956a8
...@@ -51,9 +51,15 @@ class IcpAPI extends APIBase { ...@@ -51,9 +51,15 @@ class IcpAPI extends APIBase {
case "getNeedSolutionDetailByUser"://获取方案详情 case "getNeedSolutionDetailByUser"://获取方案详情
opResult = await this.needsolutionSve.getNeedSolutionDetailByUser(pobj); opResult = await this.needsolutionSve.getNeedSolutionDetailByUser(pobj);
break; break;
// case "updateStausByRefundOrder"://修改退款方案状态 case "receiveIcpStatusNotify"://接收渠道方案状态变更通知
// opResult = await this.needsolutionSve.updateStausByRefundOrder(pobj); opResult = await this.needsolutionSve.receiveIcpStatusNotify(pobj);
// break; break;
case "receiveIcpFeedback"://接收icp用户方案反馈
opResult = await this.needsolutionSve.receiveIcpFeedback(pobj);
break;
case "getIcpProgrammeDetail"://获取方案详情(内部调用)
opResult = await this.needsolutionSve.getIcpProgrammeDetail(pobj);
break;
default: default:
opResult = system.getResult(null, "action_type参数错误"); opResult = system.getResult(null, "action_type参数错误");
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