Commit fece029b by 宋毅

tj

parent c5262c54
...@@ -139,7 +139,7 @@ class APIBase extends DocBase { ...@@ -139,7 +139,7 @@ class APIBase extends DocBase {
content: e.stack, content: e.stack,
clientIp: pobj.clientIp, clientIp: pobj.clientIp,
agent: req.uagent, agent: req.uagent,
optitle: "api调用出现异常,请联系管理员", optitle: "api调用出现异常,请联系管理员_zcapi",
}); });
var rtnerror = system.getResultFail(-200, "出现异常,请联系管理员"); var rtnerror = system.getResultFail(-200, "出现异常,请联系管理员");
rtnerror.requestid = requestid; rtnerror.requestid = requestid;
......
...@@ -397,7 +397,7 @@ class ToolApi extends ApiBase { ...@@ -397,7 +397,7 @@ class ToolApi extends ApiBase {
var j = await this.imghandleApi.uploadStandardTm(obj); var j = await this.imghandleApi.uploadStandardTm(obj);
return j; return j;
} catch (e) { } catch (e) {
console.log(e); console.log(e.stack,"uploadStandardTm...........................");
return System.getResult2(null, null); return System.getResult2(null, null);
} }
} }
......
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