zengyicheng 1 vuosi sitten
vanhempi
commit
e115079029
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      ssti.js

+ 3 - 3
ssti.js

@@ -58,14 +58,14 @@ router.post('/testApi', function(req, res, next) {
     // 创建向后端服务器的请求
     const options = {
         hostname: 'cxcy.ssti.net.cn',
-        port: 443,
         path: "/sso/api",
-        method: 'GET', // 请求方法
-        headers: req.headers
+        method: 'GET' //, // 请求方法
+            //headers: req.headers
     };
 
     // 发送HTTP请求
     const backendReq = https.request(options, (res) => {
+        console.log(res)
         let data = '';
 
         // 接收响应数据