代充优化

This commit is contained in:
liyuhua
2023-09-12 17:48:18 +08:00
parent a92a144836
commit e6dcd90bc3
74 changed files with 895 additions and 195 deletions

View File

@@ -112,6 +112,7 @@
[[self getView] onGetPersonalBannerListFailWithGroup:group];
} errorToast:NO] uid:uid type:@"10"];
}
///
- (void)getLittleGameListWithGroup:(dispatch_group_t) group {
NSString * uid = [[AccountInfoStorage instance] getUid];
@@ -137,4 +138,5 @@
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventusercenter_quick_entry_click eventAttributes:@{@"mgId" : mgId}];
}] uid:uid mgId:mgId];
}
@end