Commit 66e22838 by 宋毅

tj

parent b8135359
......@@ -34,7 +34,7 @@ class APIBase {
return JSON.parse(cacheRes);
}
var result = await this[methodname](pobj, query, req);
if (!result.requestId) {
if (result && !result.requestId) {
result.requestId = pobj.RequestId ? pobj.RequestId : pobj.requestId || req.requestId;
}
this.logCtl.createDb({
......
......@@ -5,9 +5,7 @@ var settings = require("../../../../config/settings");
class PushAliInfo extends APIBase {
constructor() {
super();
this.centerorderSve = system.getObject("service.common.centerorderSve");
this.utilsOrderSve = system.getObject("service.utilsSve.utilsOrderSve");
this.utilsNeedSve = system.getObject("service.utilsSve.utilsNeedSve");
this.utilsPushSve = system.getObject("service.utilsSve.utilsPushSve");
}
/**
......
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