Commit 3db65e7b by 蒋勇

d

parent c4fba3b0
...@@ -282,7 +282,7 @@ class System { ...@@ -282,7 +282,7 @@ class System {
requestId: resultInfo.requestId || "" requestId: resultInfo.requestId || ""
} }
}; };
console.log(param) console.log(JSON.stringify(param))
let P=new Promise((resv,rej)=>{ let P=new Promise((resv,rej)=>{
this.postJsonTypeReq(reqUrl,param).then(res=>{ this.postJsonTypeReq(reqUrl,param).then(res=>{
if(res.statusCode==200){ if(res.statusCode==200){
......
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