zengyicheng hace 1 año
padre
commit
1a212d7db0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -631,7 +631,7 @@ function getUid(str) {
 router.post('/userLogin', (req, res) => {
     let data = GetData(req);
     const str = req.headers.cookie ? req.headers.cookie : '';
-    console.log(req.headers.cookie)
+    console.log("请求体:" + req.headers.cookie)
     const getUserid = getUid(str);