Commit 80b888f2 by ken

更新

parent 9cb9616c
......@@ -115,7 +115,7 @@ function depthByRest(symbol,callback) {
if (err) {
console.error(err);
} else {
const key = symbol.replace('_', '').toUpperCase() + '@zb';
const key = symbol.replace('_', '').toUpperCase() + 'DEPTH@zb';
symbol = symbol.toUpperCase();
const lastEventTime = lastEventTimeMap[symbol] || 0;
if (data.timestamp > lastEventTime) {
......
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