yuanyiming 1 năm trước cách đây
mục cha
commit
22b4698034
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -268,6 +268,12 @@ router.post("/selectCollAcList", (req, res) => {
     postmysql3(req, res, "select_collAcList");
 });
 
+//yym 我的页面,我的收藏课程列表
+router.post("/selectCollClassList", (req, res) => {
+    console.log('获取',req.body); 
+    postmysql3(req, res, "select_collClassList");
+});
+
 //yym 获取资源库
 router.post("/selectResource", (req, res) => {
     console.log('获取',req.body);