1.1.2
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
[delegate changeRootViewControllerIsTabbar];
|
||||
BOOL api_version = [responseObject[@"api_version"] boolValue];
|
||||
TUIChatConfig.defaultConfig.isAppStore = api_version;
|
||||
[QXGlobal shareGlobal].isAppStore = api_version;
|
||||
NSLog(@"请求成功");
|
||||
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
|
||||
NSLog(@"请求失败");
|
||||
|
||||
@@ -26,6 +26,8 @@ typedef void (^showFinishBlock)(void);
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
// 是否实名
|
||||
@property (nonatomic,assign)BOOL isRealName;
|
||||
/// 是否为appstore
|
||||
@property (nonatomic,assign)BOOL isAppStore;
|
||||
|
||||
/// 钻石兑币比例
|
||||
@property (nonatomic,strong)NSString *coin_exchange_rate;
|
||||
|
||||
Reference in New Issue
Block a user