zengyicheng 1 년 전
부모
커밋
1a212d7db0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);