Commit 6276063e by Sxy

add log

parent 01383499
......@@ -8,6 +8,10 @@ class ChannelService extends ServiceBase {
this.handlers = {}
}
async channelHandle(channelobj, path, datajson) {
console.log('------- 打印日志 --- ');
console.log(channelobj);
console.log(path);
console.log(datajson);
let p = channelobj.pts.filter(item => {
return item.path == path
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment