Commit 6438d324 by 宋毅

修改配置

parent d8d992e0
...@@ -512,10 +512,7 @@ class ToolApi extends ApiBase { ...@@ -512,10 +512,7 @@ class ToolApi extends ApiBase {
if (!email) { if (!email) {
return { code: -2, msg: "邮箱参数错误" }; return { code: -2, msg: "邮箱参数错误" };
} }
<<<<<<< HEAD
=======
//idc92.gongsibao.com (43.247.184.92) //idc92.gongsibao.com (43.247.184.92)
>>>>>>> acb44dbeda198fd434def436284ddaad0c550e55
var url = "http://idc92.gongsibao.com:8015/tmdoc/api/createdoc?mycompanyname=" + encodeURIComponent(mycompanyname); var url = "http://idc92.gongsibao.com:8015/tmdoc/api/createdoc?mycompanyname=" + encodeURIComponent(mycompanyname);
var rc = System.getObject("util.execClient"); var rc = System.getObject("util.execClient");
var rtn = null; var rtn = null;
......
...@@ -141,7 +141,6 @@ class GsbMgSearchApi extends ApiBase { ...@@ -141,7 +141,6 @@ class GsbMgSearchApi extends ApiBase {
content: e.stack, content: e.stack,
clientIp: "" clientIp: ""
}); });
// console.log(e.stack, "mg操作失败>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
return { status: -1, msg: "操作失败", data: null }; return { status: -1, msg: "操作失败", data: 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