49 lines
1.6 KiB
C
49 lines
1.6 KiB
C
![]() |
//
|
||
|
// Api+Gift.h
|
||
|
// YUMI
|
||
|
//
|
||
|
// Created by YUMI on 2021/11/9.
|
||
|
//
|
||
|
|
||
|
#import "Api.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface Api (Gift)
|
||
|
|
||
|
+ (void)requisitionImpactPresentSttowardsement:(HttpRequestHelperCompletion)complection
|
||
|
uid:(NSString *)uid
|
||
|
ticket:(NSString *)ticket;
|
||
|
|
||
|
+ (void)requisitionOrdinaryPresentSttowardsement:(HttpRequestHelperCompletion)complection
|
||
|
roomUid:(NSString *)roomUid;
|
||
|
|
||
|
+ (void)requisitionDischargePresent:(HttpRequestHelperCompletion)complection
|
||
|
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;
|
||
|
|
||
|
+ (void)requisitionDischargeKellegFantowardsicsPresent:(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;
|
||
|
|
||
|
+ (void)requisitionLuckPresentWeeblogicBagReflection:(HttpRequestHelperCompletion)complection;
|
||
|
|
||
|
+ (void)requisitionDuodenaryStowardselliteThreshold:(HttpRequestHelperCompletion)completion roomUid:(NSString *)roomUid;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|