Commit 48de2453cf3193f5bb005caffdb7d0c5100cfd2c

Authored by zhangxiaowen
1 parent f9556713

no message

CNLiveEnvironment.podspec
@@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveEnvironment' 10 s.name = 'CNLiveEnvironment'
11 - s.version = '0.0.6'  
12 - s.summary = '网家家环境.' 11 + s.version = '0.0.7'
  12 + s.summary = 'CNLiveEnvironment'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
15 # * Think: What does it do? Why did you write it? What is the focus? 15 # * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,7 @@ Pod::Spec.new do |s| @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18 # * Finally, don't worry about the indent, CocoaPods strips it! 18 # * Finally, don't worry about the indent, CocoaPods strips it!
19 19
20 s.description = <<-DESC 20 s.description = <<-DESC
21 -TODO: Add long description of the pod here. 21 +TODO: CNLiveEnvironment
22 DESC 22 DESC
23 23
24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveEnvironment' 24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveEnvironment'
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
@@ -248,7 +248,7 @@ static CNLiveEnvironmentManager *_instance = nil; @@ -248,7 +248,7 @@ static CNLiveEnvironmentManager *_instance = nil;
248 #else 248 #else
249 manager.kIM_Cer_BusiId = 7347; 249 manager.kIM_Cer_BusiId = 7347;
250 #endif 250 #endif
251 - manager.kTIM_GetTokenUrl = @"https://api.cnlive.com/open/api2/im_chat/generateUserSign"; 251 + manager.kTIM_GetTokenUrl = @" https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action";
252 252
253 manager.kGDApiKey = @"84d765606a54635aec2648f663d4a5ed"; 253 manager.kGDApiKey = @"84d765606a54635aec2648f663d4a5ed";
254 manager.kTingYunAppKey = @"782d9a70547a4e3f91cb328b122bb85c"; 254 manager.kTingYunAppKey = @"782d9a70547a4e3f91cb328b122bb85c";
@@ -395,7 +395,7 @@ static CNLiveEnvironmentManager *_instance = nil; @@ -395,7 +395,7 @@ static CNLiveEnvironmentManager *_instance = nil;
395 #else 395 #else
396 manager.kIM_Cer_BusiId = 12453; 396 manager.kIM_Cer_BusiId = 12453;
397 #endif 397 #endif
398 - manager.kTIM_GetTokenUrl = @"https://api.cnlive.com/open/api2/im_chat/generateUserSign"; 398 + manager.kTIM_GetTokenUrl = @" https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action";
399 399
400 manager.kGDApiKey = @"5a0e2a559b987e67d5b0c13490adde02"; 400 manager.kGDApiKey = @"5a0e2a559b987e67d5b0c13490adde02";
401 manager.kTingYunAppKey = @"37c9ea3f439145269e5cffe095466b17"; 401 manager.kTingYunAppKey = @"37c9ea3f439145269e5cffe095466b17";
Example/CNLiveEnvironment/XWViewController.m
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 // NSLog(@"测试"); 33 // NSLog(@"测试");
34 // NSLog(@"id%@",WeiBoShareAppId_Share); 34 // NSLog(@"id%@",WeiBoShareAppId_Share);
35 // NSLog(@"key%@",WeiBoShareAppKey_Share); 35 // NSLog(@"key%@",WeiBoShareAppKey_Share);
36 - NSLog(@"CNClassifySearchUrl %@",CNClassifySearchUrl); 36 + NSLog(@"kTIM_GetTokenUrl %@",TIM_GetTokenUrl);
37 } 37 }
38 38
39 - (void)didReceiveMemoryWarning 39 - (void)didReceiveMemoryWarning