Commit c737188628d2e9e825dae9f95f67924aac3d264d
1 parent
24d11586
修改送礼细节
Showing
5 changed files
with
4 additions
and
2 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSOGiveGiftsViewController.h
| ... | ... | @@ -31,6 +31,8 @@ NS_ASSUME_NONNULL_BEGIN |
| 31 | 31 | 能接收礼物的截止时间 style == DSOGiveGiftsStyleReceiving时用 |
| 32 | 32 | */ |
| 33 | 33 | @property (nonatomic,assign) NSTimeInterval receivingValidTime; |
| 34 | +/// 收礼人uid 从h5跳转入app需要传receivingUid来判断在h5收礼的人和登录收礼的人一不一致 | |
| 35 | +@property (nonatomic,copy,nullable) NSString * receivingUid; | |
| 34 | 36 | /// 是否隐藏我的礼盒 |
| 35 | 37 | @property (nonatomic,assign) BOOL isHideMyGifts; |
| 36 | 38 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type