Browse Source

获取多个项目基本信息

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

+ 6 - 0
pbl.js

@@ -2590,6 +2590,12 @@ router.route('/getCourseInfo').all((req, res, next) => {
     getmysql(req, res, "getCourseInfo", json['cid']);
 });
 
+//获取多个项目基本信息
+router.route('/getCourseInfoMore').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "getCourseInfoMore", json['cid']);
+});
+
 //获取用户基本信息
 router.route('/getAllUserById').all((req, res, next) => {
     var json = queryString(req.url);