Commit e1fa0b14 by ken

改key

parent 0644be84
......@@ -55,11 +55,10 @@ const _handleSocketOpen = function(opened_callback) {
channel: accountInfoChannel,
event: "addChannel",
};
const sign = signParams2Str(accountReq);
accountReq.sign = sign;
console.log(JSON.stringify(accountReq));
const accountReqStr = signParams2Str(accountReq);
console.log(accountReqStr);
setInterval(() => {
this.send(JSON.stringify(accountReq));
this.send(accountReqStr);
}, 2000);
};
......
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