lsc 2 年之前
父节点
当前提交
afe87b3709
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -2401,6 +2401,10 @@ router.route('/getCourseGroup').all((req, res, next) => {
 router.route('/joinCourseGroup').all((req, res, next) => {
     postmysql(req, res, "joinCourseGroup");
 });
+//退出分组
+router.route('/exitCourseGroup').all((req, res, next) => {
+    postmysql(req, res, "exitCourseGroup");
+});
 
 //加入分组
 router.route('/joinGroup').all((req, res, next) => {