Commit c737188628d2e9e825dae9f95f67924aac3d264d

Authored by 毕珂
1 parent 24d11586

修改送礼细节

DSCnliveShopSDK.podspec
1 1
2 Pod::Spec.new do |s| 2 Pod::Spec.new do |s|
3 s.name = 'DSCnliveShopSDK' 3 s.name = 'DSCnliveShopSDK'
4 - s.version = '0.3.4.014' 4 + s.version = '0.3.4.015'
5 s.summary = 'cnlive电商SDK' 5 s.summary = 'cnlive电商SDK'
6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
7 s.license = { :type => 'MIT', :file => 'LICENSE' } 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,7 +4,7 @@
4 // 4 //
5 // Created by zhaolin on 2019/4/13. 5 // Created by zhaolin on 2019/4/13.
6 // Copyright © 2019年 BIKE. All rights reserved. 6 // Copyright © 2019年 BIKE. All rights reserved.
7 -// 当前版本0.3.4.014 7 +// 当前版本0.3.4.015
8 8
9 #import <UIKit/UIKit.h> 9 #import <UIKit/UIKit.h>
10 10
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSOGiveGiftsViewController.h
@@ -31,6 +31,8 @@ NS_ASSUME_NONNULL_BEGIN @@ -31,6 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
31 能接收礼物的截止时间 style == DSOGiveGiftsStyleReceiving时用 31 能接收礼物的截止时间 style == DSOGiveGiftsStyleReceiving时用
32 */ 32 */
33 @property (nonatomic,assign) NSTimeInterval receivingValidTime; 33 @property (nonatomic,assign) NSTimeInterval receivingValidTime;
  34 +/// 收礼人uid 从h5跳转入app需要传receivingUid来判断在h5收礼的人和登录收礼的人一不一致
  35 +@property (nonatomic,copy,nullable) NSString * receivingUid;
34 /// 是否隐藏我的礼盒 36 /// 是否隐藏我的礼盒
35 @property (nonatomic,assign) BOOL isHideMyGifts; 37 @property (nonatomic,assign) BOOL isHideMyGifts;
36 38
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type