Commit f39bd9f9 by 王栋源

wdy

parent 6f497525
......@@ -57,7 +57,7 @@ class TmtransactionApi extends ApiBase {
console.log(info.dataValues);
if (info) {
var url = "http://43.247.184.92:8015/tmdoc/api/createdoc?mycompanyname=" + encodeURIComponent(info.companyname);
var rc = system.getObject("util.execClient");
var rc = System.getObject("util.execClient");
var rtn = null;
try {
rtn = await rc.execGetTimeOut({}, url, 300000);
......
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