Authored by weiqingting

提交

... ... @@ -26,7 +26,7 @@ module.exports=function(controllers){
url:callUrl,
timeout:Iaccount.timeout,
headers: req.headers,
useQuerystring:true,
// useQuerystring:true,
form:req.body
}
... ...
... ... @@ -26,7 +26,7 @@ module.exports=function(controllers){
url:callUrl,
timeout:Iaccount.timeout,
headers: req.headers,
useQuerystring:true,
// useQuerystring:true,
form:req.body
}
... ...