| 
														
															@@ -87,9 +87,9 @@ function init() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     app.post('/execute', (req, res) => { 
														 | 
														
														 | 
														
															     app.post('/execute', (req, res) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         // 获取发送过来的信息(请求体的数据) 
														 | 
														
														 | 
														
															         // 获取发送过来的信息(请求体的数据) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         const param = req.body; 
														 | 
														
														 | 
														
															         const param = req.body; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        logger.info('--web 启动',param); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // logger.info('--web 启动',param); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         (async (param) => { 
														 | 
														
														 | 
														
															         (async (param) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            console.log('请求体:', param); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            // logger.info('请求体:', ); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             var executeType = param.executeType 
														 | 
														
														 | 
														
															             var executeType = param.executeType 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (executeType === "RUN") { 
														 | 
														
														 | 
														
															             if (executeType === "RUN") { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 await robot.run(param) 
														 | 
														
														 | 
														
															                 await robot.run(param) 
														 |