数据库插件
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = (eventName, callback)=>{
|
||||
console.log('123321',eventName, callback);
|
||||
module.exports = (msg, callback)=>{
|
||||
console.log('接收到的消息:', msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user