| 
					
				 | 
			
			
				@@ -124,10 +124,10 @@ function init() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //启动-仓位检查 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     app.get('/searchPositions', (req, res) =>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        res.send({'code': 200, 'data': true, "message": "SUCCESS"}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const param = req.body; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         logger.info('--searchPositions:'+param); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         robot.searchPositions(param) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        res.send({'code': 200, 'data': true, "message": "SUCCESS"}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 使服务器监听特定端口 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     app.listen(port, () => { 
			 |