This commit is contained in:
启星
2025-10-30 18:30:45 +08:00
parent aa356202e2
commit c92b8eb910
11 changed files with 297 additions and 87 deletions

View File

@@ -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(@"请求失败");

View File

@@ -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;