Commit 0ed41187 by ken

换账号

parent 3b005e3e
...@@ -51,6 +51,8 @@ typings/ ...@@ -51,6 +51,8 @@ typings/
# Output of 'npm pack' # Output of 'npm pack'
*.tgz *.tgz
dump.rdb
# Yarn Integrity file # Yarn Integrity file
.yarn-integrity .yarn-integrity
......
...@@ -9,8 +9,8 @@ const redis = require('redis'); ...@@ -9,8 +9,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 = "171985b3-3e8a-47af-aa7c-865f3db1909f"; const APIKEY = "09981675-881f-49f7-911b-69eaa74fdfc9";
const APISECRET = "30577876-ddd0-4969-92f9-f6a1dfb85703"; const APISECRET = "e09ed235-11dd-4c9b-91b2-8fecd2892d59";
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