加入粉丝团送礼接口修改,粉丝团入口更新
This commit is contained in:
@@ -50,4 +50,28 @@
|
||||
[self makeRequest:method method:HttpRequestHelperMethodPOST completion:complection, __FUNCTION__, targetUids, giftNum, sendType, giftId, giftSource, giftType, roomUid, msg, uid, nil];
|
||||
}
|
||||
|
||||
/// 送粉丝团入团礼物的接口
|
||||
/// @param completion 完成
|
||||
/// @param targetUids 送给谁的
|
||||
/// @param giftNum 送的个数
|
||||
/// @param sendType 送的类型
|
||||
/// @param giftId 礼物的id
|
||||
/// @param giftSource 礼物的来源
|
||||
/// @param giftType 礼物的类型
|
||||
/// @param roomUid 房间的ID
|
||||
/// @param msg 喊话的
|
||||
/// @param uid 用户的id
|
||||
+ (void)requestSendAnchorFansGift:(HttpRequestHelperCompletion)completion
|
||||
targetUids:(NSString *)targetUids
|
||||
giftNum:(NSString *)giftNum
|
||||
sendType:(NSString *)sendType
|
||||
giftId:(NSString *)giftId
|
||||
giftSource:(NSString *)giftSource
|
||||
giftType:(NSString *)giftType
|
||||
roomUid:(NSString *)roomUid
|
||||
msg:(NSString *)msg
|
||||
uid:(NSString *)uid {
|
||||
[self makeRequest:@"anchorFansTeam/sendJoinTeamGift" method:HttpRequestHelperMethodPOST completion:completion, __FUNCTION__, targetUids, giftNum, sendType, giftId, giftSource, giftType, roomUid, msg, uid, nil];
|
||||
}
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user