Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -89,7 +89,6 @@ module.exports = function(app) | ... | @@ -89,7 +89,6 @@ module.exports = function(app) |
89 | setTimeout(function(){ | 89 | setTimeout(function(){ |
90 | Dust_Place ='/'+ urlencode(req.query.city) | 90 | Dust_Place ='/'+ urlencode(req.query.city) |
91 | url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place; | 91 | url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place; |
92 | - console.log(url) | ||
93 | request(url,function(error,res,body) { | 92 | request(url,function(error,res,body) { |
94 | if(error){ | 93 | if(error){ |
95 | console.log('error=>${error}'); | 94 | console.log('error=>${error}'); | ... | ... |
-
Please register or login to post a comment