Commit 22199fa3 by ken

改key

parent ba4ccdfc
......@@ -29,7 +29,7 @@ const _handleSocketOpen = function(opened_callback) {
const req = {event: 'addChannel', channel: symbol + '_depth'};
this.send(JSON.stringify(req));
}
const accountReq = {accesskey: APIKEY,channel: accountInfoChannel,event: "addChannel", sign: "e3226c8f60cd20c6677fe1e995fae7f5"};
const accountReq = {accesskey: APIKEY,channel: accountInfoChannel,event: "addChannel", sign: "ecc231532a53350ab7c64d321a08cb25"};
console.log(JSON.stringify(accountReq));
setInterval(() => {
this.send(JSON.stringify(accountReq));
......
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