Commit f78f1de9 by 宋毅

tj

parent 8afad7c9
......@@ -31,6 +31,7 @@ class ExecClient {
var requestId = this.getUUID();
var cmd = this.cmdJDPostTK.replace(/\{data\}/g,
data).replace(/\{url\}/g, url).replace(/\{tk\}/g, token);
console.log(cmd);
return cmd;
}
async execPostTK(subData, url, token) {
......
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