lsc 2 年之前
父節點
當前提交
6a0f5f759e
共有 1 個文件被更改,包括 4 次插入0 次删除
  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) => {