zengyicheng 3 năm trước cách đây
mục cha
commit
ce928a0113
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      pbl.js

+ 5 - 1
pbl.js

@@ -386,7 +386,11 @@ router.route('/deleteNote').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "deleteNote", json['nid']);
 });
-
+//查询便签
+router.route('/selectNoteContent').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectNoteContent", json['cn']);
+});
 
 //lsc
 //admin 查询学校