Commit 386ddd33 by zihan

日志调整

parent 0e50d3b7
......@@ -131,7 +131,7 @@ class biboxApi {
}
totalOrderbook[symbol].bids = bids;
totalOrderbook[symbol].asks = asks;
if(symbol === 'ETH-BTC'){
if(symbol === 'ETH-BTC' && response.data.action === 'CANCEL'){
// console.log(JSON.stringify(totalOrderbook['ETH-BTC']));
console.log(JSON.stringify(response.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