Commit 856ff9b1 by 宋毅

tj

parent 42ff5b59
...@@ -143,7 +143,7 @@ class APIBase { ...@@ -143,7 +143,7 @@ class APIBase {
if (rtn && !rtn.requestId) { if (rtn && !rtn.requestId) {
rtn.requestId = requestid; rtn.requestId = requestid;
} }
var tmpResult = pobj.actionType && pobj.actionType.indexOf("List") < 0 ? result : { status: result.status, message: result.message, requestId: result.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); this.execClientNew.execLogs("igirl-channel-doexecMethod-reqPath:" + req.path, pobj, "igirl-channel-doexecMethod", tmpResult, null);
return rtn; return rtn;
} catch (e) { } catch (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