Commit 7c5943cb by 宋毅

tj

parent d685529a
...@@ -73,7 +73,7 @@ class APIBase { ...@@ -73,7 +73,7 @@ class APIBase {
appkey: pobj.appInfo ? pobj.appInfo.uapp_key : "", appkey: pobj.appInfo ? pobj.appInfo.uapp_key : "",
requestId: req.requestId, requestId: req.requestId,
op: req.classname + "/" + methodname, op: req.classname + "/" + methodname,
content: e.stack, content: JSON.stringify(e.stack),
clientIp: pobj.clientIp, clientIp: pobj.clientIp,
agent: req.uagent, agent: req.uagent,
optitle: "api调用出现异常,请联系管理员", optitle: "api调用出现异常,请联系管理员",
......
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