module.exports = (app, msg, callback) => { console.log('接收到的消息:', msg); }