lsc 2 years ago
parent
commit
6a0f5f759e
1 changed files with 4 additions and 0 deletions
  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);
     var json = queryString(req.url);
     getmysql(req, res, "getCourseGroup", json["cid"], json["classid"]);
     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) => {
 router.route('/joinGroup').all((req, res, next) => {