个人中心添加家族

This commit is contained in:
fengshuo
2022-04-14 22:02:15 +08:00
parent a7385710ed
commit 3654a52e2e
40 changed files with 2159 additions and 218 deletions

View File

@@ -206,4 +206,12 @@
[self makeRequest:@"anchorFansTeam/getJoinFansTeamList" method:HttpRequestHelperMethodGET completion:completion, __FUNCTION__, pageNum, pageSize, nil];
}
///
/// @param comletion
/// @param uid uid
/// @param orderType 2
+ (void)getUserGiftWall:(HttpRequestHelperCompletion)comletion uid:(NSString *)uid orderType:(NSString *)orderType {
[self makeRequest:@"giftwall/get" method:HttpRequestHelperMethodGET completion:comletion, __FUNCTION__, uid, orderType, nil];
}
@end