socketio封装

This commit is contained in:
robin
2022-05-31 06:52:00 +08:00
parent 96bfa3f2d3
commit c764e7097d
9 changed files with 77 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = (eventName, callback)=>{
console.log('123321',eventName, callback);
}