Commit 40e27198 by 宋毅

tj

parent aaa65195
......@@ -95,6 +95,7 @@ class RestClient{
}
async execPost(subData, url){
let cmd=this.FetchPostCmd(subData,url);
console.log(cmd,"cmd.............................");
var result=await this.exec(cmd,{
maxBuffer: 4096 * 1024
});
......
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