|
@@ -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")
|
|
|
|
|
|
});
|