lsc 2 år sedan
förälder
incheckning
6a0f5f759e
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -2397,6 +2397,10 @@ router.route('/getCourseGroup').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "getCourseGroup", json["cid"], json["classid"]);
 });
+//加入分组
+router.route('/joinCourseGroup').all((req, res, next) => {
+    postmysql(req, res, "joinCourseGroup");
+});
 
 //加入分组
 router.route('/joinGroup').all((req, res, next) => {