|
@@ -107,13 +107,13 @@ router.get('/testApi', function(req, res, next) {
|
|
|
// });
|
|
|
});
|
|
|
|
|
|
-// 处理请求错误
|
|
|
-backendReq.on('error', (error) => {
|
|
|
- console.error(error);
|
|
|
-});
|
|
|
+// // 处理请求错误
|
|
|
+// backendReq.on('error', (error) => {
|
|
|
+// console.error(error);
|
|
|
+// });
|
|
|
|
|
|
-// 发送请求
|
|
|
-backendReq.end();
|
|
|
+// // 发送请求
|
|
|
+// backendReq.end();
|
|
|
|
|
|
// const backendReq = https.request(options, (res) => {
|
|
|
// // 处理响应
|
|
@@ -127,7 +127,7 @@ backendReq.end();
|
|
|
// });
|
|
|
|
|
|
// backendReq.end();
|
|
|
-})
|
|
|
+//})
|
|
|
|
|
|
//消息与任务接口
|
|
|
router.post('/getTest', function(req, res, next) {
|