Commit ce17843f26651becd815eef0f2bd34e5fec16d83
1 parent
063d6941
送礼流程优化
Showing
16 changed files
with
6 additions
and
4 deletions
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.017' | 4 | + s.version = '0.3.4.018' |
| 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/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_close@2x.png
0 → 100755
905 Bytes
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_close@3x.png
0 → 100755
2.12 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_close@2x.png
0 → 100644
4.93 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_close@3x.png
0 → 100644
8.1 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_gift@2x.png
0 → 100644
4.67 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_gift@3x.png
0 → 100644
7.68 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_share@2x.png
0 → 100644
4.7 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_share@3x.png
0 → 100644
7.71 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_wallet@2x.png
0 → 100644
4.6 KB
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSGiftResource.bundle/GiveGift/Details/DS_Opt_Gift_Details_empty_wallet@3x.png
0 → 100644
7.43 KB
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.017 | 7 | +// 当前版本0.3.4.018 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| @@ -174,9 +174,9 @@ | @@ -174,9 +174,9 @@ | ||
| 174 | /// @param result 结果 | 174 | /// @param result 结果 |
| 175 | -(void)TIMCheckIsFriend:(nonnull NSString*)uid result:(nullable void (^)(BOOL flag))result; | 175 | -(void)TIMCheckIsFriend:(nonnull NSString*)uid result:(nullable void (^)(BOOL flag))result; |
| 176 | 176 | ||
| 177 | -#pragma mark - url跳转 | 177 | +#pragma mark - (一部)url跳转 |
| 178 | 178 | ||
| 179 | -/// url跳转 | 179 | +/// (一部)url跳转 |
| 180 | /// @param url url链接 | 180 | /// @param url url链接 |
| 181 | /// @param fromVC 当前控制器 | 181 | /// @param fromVC 当前控制器 |
| 182 | -(void)skipByUrl:(nonnull NSString*)url fromVC:(nonnull UIViewController*)fromVC; | 182 | -(void)skipByUrl:(nonnull NSString*)url fromVC:(nonnull UIViewController*)fromVC; |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKShareModel.h
| @@ -88,6 +88,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -88,6 +88,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 88 | 商品原价 大于现价显示 | 88 | 商品原价 大于现价显示 |
| 89 | */ | 89 | */ |
| 90 | @property (nonatomic,copy,nullable) NSString * pirces; | 90 | @property (nonatomic,copy,nullable) NSString * pirces; |
| 91 | +/// 礼物订单id | ||
| 92 | +@property (nonatomic,copy,nullable) NSString * giftOrderId; | ||
| 91 | /** | 93 | /** |
| 92 | 分享设置的唯一标识 | 94 | 分享设置的唯一标识 |
| 93 | */ | 95 | */ |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type