|
@@ -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);
|