Commit 54b0aff95b9d2df9ed5fc2e41db17e123d0e2a88

Authored by 毕珂
1 parent 8774bf4b

37 38通用跳转添加 群名称

DSCnliveShopSDK.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'DSCnliveShopSDK'
4   - s.version = '0.3.7.002'
  4 + s.version = '0.3.7.003'
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.7.002
  7 +// 当前版本0.3.7.003
8 8  
9 9 #import <UIKit/UIKit.h>
10 10  
... ...
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
... ... @@ -176,13 +176,15 @@
176 176  
177 177 /// 跳转TIM群组聊天
178 178 /// @param groupId 群组id
  179 +/// @param groupName 群组名称
179 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 183 /// 跳转TIM群组详情
183 184 /// @param groupId 群组id
  185 +/// @param groupName 群组名称
184 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 189 #pragma mark - (一部)url跳转
188 190  
... ...
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
... ... @@ -69,8 +69,8 @@ NS_ASSUME_NONNULL_BEGIN
69 69 /// 34 开发1部url跳转
70 70 /// 35 我的礼物列表
71 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 74 /// @param type 按着后台给的传
75 75 /// @param to 按着后台给的传
76 76 /// @param shopType 按着后台给的传
... ...
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type