修复bug

This commit is contained in:
liyuhua
2023-09-27 23:28:59 +08:00
parent b835a2f375
commit 9e0ab22cda

View File

@@ -136,6 +136,7 @@
///
-(void)getFriendListWithGroup:(dispatch_group_t)group{
[Api requsetFriendListComplection:[self createHttpCompletion:^(BaseModel * _Nonnull data) {
if([AccountInfoStorage instance].getUid.length == 0)return;
NSArray * array = [HomePlayRoomModel modelsWithArray:data.data];
[[self getView]getFriendListSuccess:array withGroup:group];
} fail:^(NSInteger code, NSString * _Nullable msg) {