Showing
2 changed files
with
2 additions
and
2 deletions
@@ -26,7 +26,7 @@ module.exports=function(controllers){ | @@ -26,7 +26,7 @@ module.exports=function(controllers){ | ||
26 | url:callUrl, | 26 | url:callUrl, |
27 | timeout:Iaccount.timeout, | 27 | timeout:Iaccount.timeout, |
28 | headers: req.headers, | 28 | headers: req.headers, |
29 | - useQuerystring:true, | 29 | + // useQuerystring:true, |
30 | form:req.body | 30 | form:req.body |
31 | } | 31 | } |
32 | 32 |
@@ -26,7 +26,7 @@ module.exports=function(controllers){ | @@ -26,7 +26,7 @@ module.exports=function(controllers){ | ||
26 | url:callUrl, | 26 | url:callUrl, |
27 | timeout:Iaccount.timeout, | 27 | timeout:Iaccount.timeout, |
28 | headers: req.headers, | 28 | headers: req.headers, |
29 | - useQuerystring:true, | 29 | + // useQuerystring:true, |
30 | form:req.body | 30 | form:req.body |
31 | } | 31 | } |
32 | 32 |
-
Please register or login to post a comment