FutunnOpen / py-futu-api

富途 OpenAPI Python SDK
Apache License 2.0
1.04k stars 221 forks source link

[JS] 当用不正确的密码连接websocket 时, `this.state.login` 也是 true的. #46

Closed hungchai closed 4 years ago

hungchai commented 4 years ago

這個this.state.login根本沒有用,因為就算是密碼不正確也是true.

 if (response.buff != null && response.error == 0) {
                        console.debug("登录成功");
                        if (!this.state.closing) {
                            this.state.login = true;
                            // 登录成功了回调一下
                            if (this.onlogin != undefined && typeof this.onlogin == 'function') {
                                this.onlogin(true, response);
                            }
                        }
                    }
FutunnOpen commented 4 years ago

你好,可加qq群108534288联系管理员解决。