| 
														
															@@ -125,7 +125,7 @@ function init() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     //启动-仓位检查 
														 | 
														
														 | 
														
															     //启动-仓位检查 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     app.get('/searchPositions', (req, res) =>{ 
														 | 
														
														 | 
														
															     app.get('/searchPositions', (req, res) =>{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         const param = req.query; 
														 | 
														
														 | 
														
															         const param = req.query; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        logger.info('--searchPositions:'+param); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        logger.info('--searchPositions:',param); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         robot.searchPositions(param) 
														 | 
														
														 | 
														
															         robot.searchPositions(param) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         res.send({'code': 200, 'data': true, "message": "SUCCESS"}); 
														 | 
														
														 | 
														
															         res.send({'code': 200, 'data': true, "message": "SUCCESS"}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 |