Commit 328eb104 by zihan

添加日志

parent cd48e3d3
......@@ -133,6 +133,7 @@ class biboxApi {
totalOrderbook[symbol].asks = asks;
if(symbol === 'ETH-BTC'){
console.log(JSON.stringify(totalOrderbook['ETH-BTC']));
console.log(JSON.stringify(response.data));
}
const ret = {data: {SELL: asks, BUY: bids}, timestamp: timeStamp, symbol: symbol}
callback(null,ret);
......
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