Commit 46370bc0 by 宋毅

tj

parent fd98bb2e
...@@ -22,7 +22,11 @@ class UtilsPushService extends AppServiceBase { ...@@ -22,7 +22,11 @@ class UtilsPushService extends AppServiceBase {
resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空", resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空",
optitle: pobj.opType + "推送蜂擎获取的接口信息->aliBusiness2Fq", optitle: pobj.opType + "推送蜂擎获取的接口信息->aliBusiness2Fq",
}); });
this.pushBusInfo(pobj, opType, 1); if (pobj.interface_info) {
this.pushBusInfo(pobj, opType, 1);
return system.getResultSuccess();
}
return system.getResult(null, "push Fail,interface_info data is empty");
} }
async pushBusInfo(pobj, opType, isDelProductInfo) {//推送业务总入口 async pushBusInfo(pobj, opType, isDelProductInfo) {//推送业务总入口
......
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