Commit c737188628d2e9e825dae9f95f67924aac3d264d

Authored by 毕珂
1 parent 24d11586

修改送礼细节

DSCnliveShopSDK.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'DSCnliveShopSDK'
4   - s.version = '0.3.4.014'
  4 + s.version = '0.3.4.015'
5 5 s.summary = 'cnlive电商SDK'
6 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
7 7 s.license = { :type => 'MIT', :file => 'LICENSE' }
... ...
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
... ... @@ -4,7 +4,7 @@
4 4 //
5 5 // Created by zhaolin on 2019/4/13.
6 6 // Copyright © 2019年 BIKE. All rights reserved.
7   -// 当前版本0.3.4.014
  7 +// 当前版本0.3.4.015
8 8  
9 9 #import <UIKit/UIKit.h>
10 10  
... ...
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