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