Commit 54b0aff95b9d2df9ed5fc2e41db17e123d0e2a88
1 parent
8774bf4b
37 38通用跳转添加 群名称
Showing
6 changed files
with
8 additions
and
6 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.7.002' | 4 | + s.version = '0.3.7.003' |
| 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.7.002 | 7 | +// 当前版本0.3.7.003 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| @@ -176,13 +176,15 @@ | @@ -176,13 +176,15 @@ | ||
| 176 | 176 | ||
| 177 | /// 跳转TIM群组聊天 | 177 | /// 跳转TIM群组聊天 |
| 178 | /// @param groupId 群组id | 178 | /// @param groupId 群组id |
| 179 | +/// @param groupName 群组名称 | ||
| 179 | /// @param fromVC 当前控制器 | 180 | /// @param fromVC 当前控制器 |
| 180 | --(void)skipTIMGroupChat:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | 181 | +-(void)skipTIMGroupChat:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; |
| 181 | 182 | ||
| 182 | /// 跳转TIM群组详情 | 183 | /// 跳转TIM群组详情 |
| 183 | /// @param groupId 群组id | 184 | /// @param groupId 群组id |
| 185 | +/// @param groupName 群组名称 | ||
| 184 | /// @param fromVC 当前控制器 | 186 | /// @param fromVC 当前控制器 |
| 185 | --(void)skipTIMGroupDetails:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | 187 | +-(void)skipTIMGroupDetails:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; |
| 186 | 188 | ||
| 187 | #pragma mark - (一部)url跳转 | 189 | #pragma mark - (一部)url跳转 |
| 188 | 190 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| @@ -69,8 +69,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -69,8 +69,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 69 | /// 34 开发1部url跳转 | 69 | /// 34 开发1部url跳转 |
| 70 | /// 35 我的礼物列表 | 70 | /// 35 我的礼物列表 |
| 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 | 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 |
| 72 | -/// 37 群组聊天界面 to 群组id(为0不跳转) | ||
| 73 | -/// 38 群组详情界面 to 群组id(为0不跳转) | 72 | +/// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 |
| 73 | +/// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 | ||
| 74 | /// @param type 按着后台给的传 | 74 | /// @param type 按着后台给的传 |
| 75 | /// @param to 按着后台给的传 | 75 | /// @param to 按着后台给的传 |
| 76 | /// @param shopType 按着后台给的传 | 76 | /// @param shopType 按着后台给的传 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type