Commit 6feccb3a by ken

换key

parent 79271cae
...@@ -11,8 +11,8 @@ const redis = require('redis'); ...@@ -11,8 +11,8 @@ const redis = require('redis');
const redisClient = redis.createClient(); const redisClient = redis.createClient();
const publishKey = "ZB@2"; const publishKey = "ZB@2";
const accountInfoChannel = "getaccountinfo"; const accountInfoChannel = "getaccountinfo";
const APIKEY = "f18b9c03-746c-48a8-8cc4-be8f427aa6c2"; const APIKEY = "64762927-c80c-4f85-b2ee-b10ea5b5b321";
const APISECRET = "31ddd3b4-af0a-4d59-a250-661a023a8cad"; const APISECRET = "dc68738a-201c-4ddd-9b4e-f18370371f7a";
const lastEventTimeMap = {}; const lastEventTimeMap = {};
let balanceByRestOk = true; let balanceByRestOk = true;
let balanceByWebsocketOk = true; let balanceByWebsocketOk = true;
......
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