root 3 years ago
parent
commit
7e18bb471c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cloud.js

+ 1 - 0
cloud.js

@@ -39,6 +39,7 @@ router.route('/event_del').post((req, res, next) => {
     var _arr = [req.body.userid, req.body.username, "cloudevent", req.body.eventname, req.body.eventcontent];
     postmysql(req, res, "cloud_event_del", _arr);
 }).get((req, res, next) => {
+    console.log("aaaaa")
     console.log(req.query);
     var _stime = req.query.starttime || "",
         _etime = req.query.endtime || "";