数据库插件

This commit is contained in:
robin
2022-05-31 08:34:53 +08:00
parent c764e7097d
commit 3494cecb9d
9 changed files with 171 additions and 9 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
module.exports = (eventName, callback)=>{
console.log('123321',eventName, callback);
module.exports = (msg, callback)=>{
console.log('接收到的消息:', msg);
}