Commit d9de148c by 宋毅

tj

parent e9eb00a9
......@@ -36,7 +36,9 @@ class IcbcOrderNotify extends APIBase {
});
switch (action_type) {
case "icOrderStatusNotify"://工商状态通知
opResult = await this.utilsOrderSve.addOrder(pobj, pobj.actionBody);
opResult = system.getResultSuccess();
//TODO:操作通知
// opResult = await this.utilsOrderSve.addOrder(pobj, pobj.actionBody);
break;
default:
opResult = system.getResult(null, "action_type参数错误");
......
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