zengyicheng 1 rok pred
rodič
commit
e00ed51483
1 zmenil súbory, kde vykonal 7 pridanie a 7 odobranie
  1. 7 7
      ssti.js

+ 7 - 7
ssti.js

@@ -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) {