Gene Peng

Results 2 comments of Gene Peng

我的appid/package name/签名都是对的, 但用户确认登录后, 还是没有触发回调 Edit: wechat.sendAuthRequest(scope, state) .then((response) => { //Alert.alert(response); alert并不会弹出提示框, 这就是为什么之前一直觉得没有回调,用console.log就没有问题, console.log(response.code); })

> Not sure about this, I feel this could be solved by having more than one instance of the service and using a load-balancer for the HTTP requests, or by...