|
@@ -357,6 +357,12 @@ router.route('/selectNotice').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "selectNotice", json['uid'], json['oid'], json['org'], json['page'], 10);
|
|
|
});
|
|
|
+//查询教师端消息
|
|
|
+router.route('/addNotice').all((req, res, next) => {
|
|
|
+ postmysql(req, res, "addNotice");
|
|
|
+});
|
|
|
+
|
|
|
+
|
|
|
|
|
|
//查询通知详情
|
|
|
router.route('/selectNewDetail').all((req, res, next) => {
|