个人中心添加家族
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user