zengyicheng 1 năm trước cách đây
mục cha
commit
6d3acb0e33
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ssti.js

+ 1 - 0
ssti.js

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