lsc hace 2 años
padre
commit
6a0f5f759e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) => {