Commit fc355d3d by 宋毅

tj

parent 1f592ff7
...@@ -14,7 +14,7 @@ class AccessAuthAPI extends APIBase { ...@@ -14,7 +14,7 @@ class AccessAuthAPI extends APIBase {
return rtn; return rtn;
} }
async taskAgainFqPushInfo(pobj, qobj, req) {//再次推送蜂擎业务数据 async taskAgainFqPushInfo(pobj, qobj, req) {//再次推送蜂擎业务数据
var rtn = await this.utilsPushSve.aliBusiness2Fq(pobj) var rtn = await this.utilsPushSve.aliBusiness2Fq(pobj, pobj.opType);
return rtn; return rtn;
} }
async taskAgainPushOneNewBusInfo(pobj, qobj, req) {//再次推送新rpc业务数据 async taskAgainPushOneNewBusInfo(pobj, qobj, req) {//再次推送新rpc业务数据
......
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