Commit 200c3366 by 兰国旗

添加单独重新推送数据到云服

parent 4a9dfc1a
...@@ -6,6 +6,7 @@ class RegAPI extends APIBase { ...@@ -6,6 +6,7 @@ class RegAPI extends APIBase {
constructor() { constructor() {
super(); super();
this.regCenterOrderSve = system.getObject("service.common.regCenterOrderSve"); this.regCenterOrderSve = system.getObject("service.common.regCenterOrderSve");
this.utilsPushSve = system.getObject("service.common.utilsPushSve");
} }
/** /**
* 接口跳转-POST请求 * 接口跳转-POST请求
...@@ -76,6 +77,9 @@ class RegAPI extends APIBase { ...@@ -76,6 +77,9 @@ class RegAPI extends APIBase {
// opResult = await this.regCenterOrderSve.closeOrderDelivery(pobj); // opResult = await this.regCenterOrderSve.closeOrderDelivery(pobj);
// break; // break;
case "againPushYf"://单独重新推送数据到云服
opResult = await this.utilsPushSve.business2Channel(pobj, opType);
break;
//-----------接入百度reg------end---------------------------- //-----------接入百度reg------end----------------------------
default: default:
opResult = system.getResult(null, "action_type参数错误"); 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