root 3 years ago
parent
commit
e180e19a71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      blockly.js

+ 1 - 0
blockly.js

@@ -110,6 +110,7 @@ router.route('/upload_area/errormsg').post((req, res, next) => {
     var _arr = [req.body.userid, req.body.username, "errormsg", req.body.eventname, req.body.eventcontent];
     postmysql(req, res, "blockly_upload_area_errormsg", _arr);
 }).get((req, res, next) => {
+    console.log(req.params);
     getmysql(req, res, "blockly_upload_area_errormsg_get", req.params.username, "errormsg")
 
 });