Commit 9b2ca2fc by zihan

日志调整

parent b0716d4e
...@@ -45,7 +45,7 @@ class BaseCollector { ...@@ -45,7 +45,7 @@ class BaseCollector {
bids: bids, bids: bids,
} }
if(parseFloat(data.bestBid) > parseFloat(data.bestAsk)){ if(parseFloat(data.bestBid) > parseFloat(data.bestAsk)){
console.error("同一交易对,卖价低于买价,可能数据有误"); console.error("同一交易对,卖价低于买价,可能数据有误:"+realSymbol);
return; return;
} }
const key = `${realSymbol}@${this.platformName.toLowerCase()}0`; const key = `${realSymbol}@${this.platformName.toLowerCase()}0`;
......
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