feat: /channels/ 所有连接

dev/supplier-email-drawer
Lei OT 9 months ago
parent 448693d304
commit 3f4576799e

@ -34,6 +34,8 @@ exports.newConnect = async ctx => {
};
exports.getAll = async () => {
const sessions = sessionService.sessions;
return Array.from(sessions);
const findConnection = await getConnection({});
return findConnection;
// const sessions = sessionService.sessions;
// return Array.from(sessions);
};

Loading…
Cancel
Save