lsc 2 년 전
부모
커밋
a43a9709cc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -361,6 +361,10 @@ router.route('/selectNotice').all((req, res, next) => {
 router.route('/addNotice').all((req, res, next) => {
     postmysql(req, res, "addNotice");
 });
+//查询教师端消息
+router.route('/deleteNotice').all((req, res, next) => {
+    postmysql(req, res, "deleteNotice");
+});