Commit 3db65e7b by 蒋勇

d

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