Commit fdb25f9e by zihan

去掉日志

parent 1fae11a6
...@@ -33,7 +33,7 @@ class lbankApi { ...@@ -33,7 +33,7 @@ class lbankApi {
if (response['type'] === "depth") { if (response['type'] === "depth") {
callback(null, response); callback(null, response);
} else if(response['ping']){ } else if(response['ping']){
console.log('lbank ping') // console.log('lbank ping')
wss.send(JSON.stringify({"action": "pong", "pong": response['ping']})); wss.send(JSON.stringify({"action": "pong", "pong": response['ping']}));
} else { } else {
console.log(data); console.log(data);
......
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