Commit 2733d3a2 by rongjun

bug

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