Commit 1bf9a945 by 蒋勇

d

parent 0697a94a
......@@ -25,6 +25,8 @@ class ExecClient {
var data = JSON.stringify(subData);
var cmd = this.cmdPostPattern.replace(/\{data\}/g,
data).replace(/\{url\}/g, url);
cmd = cmd.replace(/,null/g, "");
console.log(cmd);
return cmd;
}
......
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