Преглед на файлове

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-api

SanHQin преди 3 дни
родител
ревизия
ee416fac59
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -8065,6 +8065,10 @@ router.route("/addCETType").get((req, res, next) => {
     );
 });
 
+//课程打开次数
+router.route("/addOpenCoursenum").all((req, res, next) => {
+  postmysql(req, res, "addOpenCoursenum");
+});
 
 // 数据看板ai应用
 router.route("/getKanbanBasedata").all((req, res, next) => {