|
@@ -1001,6 +1001,13 @@ router.route('/selectRoomList').all((req, res, next) => {
|
|
|
getmysql(req, res, "selectRoomList", json['uid'], json['oid'], json['cid'], json['cu'], json['cn']);
|
|
|
});
|
|
|
|
|
|
+//查询pdf列表
|
|
|
+router.route('/selectRTC').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectRTC", json['uid'], json['cu'], json['cn']);
|
|
|
+});
|
|
|
+
|
|
|
+
|
|
|
//协同文档 查询房间列表
|
|
|
router.route('/selectFileList').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|