JSHAREService调用getSoicalUserInfo 方法 之前调用是成功的,现在调用一直失败 code==403

Hero2
2017-11-03 08:08 475 0
[JSHAREService getSoicalUserInfo:JSHAREPlatformWechatSession handler:^(JSHARESocialUserInfo *userInfo, NSError *error) {
                    if(error){
                        [LYFHUD showTips:@"微博绑定失败" toView:self.view];
                        NSLog(@"%@",error.localizedDescription);
                        return ;
                    }
                    NSDictionary *userDict = userInfo.userOriginalResponse;
                    bindId = userDict[@"openid"];
                    [self bindDataWithBindType:@"wechatOpenId" bindId:bindId request:bindingWechat_API andClickType:@"WECHAT"];

                }];

1个回答

热门排序