Commit d8d992e0 by 宋毅

修改配置

parents be35691a acb44dbe
...@@ -512,6 +512,10 @@ class ToolApi extends ApiBase { ...@@ -512,6 +512,10 @@ class ToolApi extends ApiBase {
if (!email) { if (!email) {
return { code: -2, msg: "邮箱参数错误" }; return { code: -2, msg: "邮箱参数错误" };
} }
<<<<<<< HEAD
=======
//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;
......
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