zengyicheng 2 年之前
父節點
當前提交
e707acf5d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -71,7 +71,7 @@ router.post('/getTest', function(req, res, next) {
 
         res.on('data', (data) => {
             console.log(data.toString());
-            res.end("");
+            res.end(JSON.stringify(data))
         });
     });