Commit 664e0558 by ken

改key

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