lsc 8 months ago
parent
commit
f4a2d8a8ff
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8120,6 +8120,11 @@ router.route("/insert_systemOperation_countdownBehavior").all((req,res,next)=>{
 	postmysql(req,res,'insert_systemOperation_countdownBehavior')
 })
 
+//lsc 课程管理行为备忘(添加)
+router.route("/addCourseBehavior").all((req,res,next)=>{
+	postmysql(req,res,'addCourseBehavior')
+})
+
 //qgt 课堂助手行为备忘(获取)
 router.route("/select_systemOperation_countdownBehavior").all((req,res,next)=>{
 	var json = queryString(req.url);