Commit 8399bed6 by 宋毅

tj

parent 856ff9b1
......@@ -143,8 +143,10 @@ class APIBase {
if (rtn && !rtn.requestId) {
rtn.requestId = requestid;
}
var tmpResult = pobj.actionType && pobj.actionType.indexOf("List") < 0 ? rtn : { status: rtn.status, message: rtn.message, requestId: rtn.requestId };
this.execClientNew.execLogs("igirl-channel-doexecMethod-reqPath:" + req.path, pobj, "igirl-channel-doexecMethod", tmpResult, null);
if(req.path!="/test/jdAuth/test"){
var tmpResult = pobj.actionType && pobj.actionType.indexOf("List") < 0 ? rtn : { status: rtn.status, message: rtn.message, requestId: rtn.requestId };
this.execClientNew.execLogs("igirl-channel-doexecMethod-reqPath:" + req.path, pobj, "igirl-channel-doexecMethod", tmpResult, null);
}
return rtn;
} catch (e) {
const stackStr = e.stack ? e.stack : JSON.stringify(e);
......
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