Commit e5fc7018 by rongjun

bug

parent a82ccdfd
......@@ -141,6 +141,8 @@ class biboxApi {
if(symbol === 'NEO-BTC'){
console.log() //todo 这里输出日志,与网页对比
}
totalOrderbook[symbol].bids = bids
totalOrderbook[symbol].asks = asks
const ret = {data: {SELL: asks, BUY: bids}, timestamp: timeStamp, symbol: symbol}
callback(null,ret);
}else{
......
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