复现步骤
1.群主将加群方式设置为“需要群管理验证”后。
2.用户扫描群二维码,点击"发起聊天"按钮,无反应。
位于WFCUGroupInfoViewController.m
执行到
[[WFCCIMService sharedWFCIMService] addMembers:@[[WFCCNetworkService sharedInstance].userId] toGroup:self.groupId memberExtra:memberExtra notifyLines:@[@(0)] notifyContent:nil success:^{
[[WFCCIMService sharedWFCIMService] getGroupMembers:ws.groupId forceUpdate:YES];
ws.isJoined = YES;
[ws onButtonPressed:nil];
} error:^(int error_code) {
NSLog(@"error_code=%d",error_code);
}];
代码会执行error, error_code为248