Commit 48de2453cf3193f5bb005caffdb7d0c5100cfd2c

Authored by zhangxiaowen
1 parent f9556713

no message

CNLiveEnvironment.podspec
... ... @@ -8,8 +8,8 @@
8 8  
9 9 Pod::Spec.new do |s|
10 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 14 # This description is used to generate tags and improve search results.
15 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 18 # * Finally, don't worry about the indent, CocoaPods strips it!
19 19  
20 20 s.description = <<-DESC
21   -TODO: Add long description of the pod here.
  21 +TODO: CNLiveEnvironment
22 22 DESC
23 23  
24 24 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveEnvironment'
... ...
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
... ... @@ -248,7 +248,7 @@ static CNLiveEnvironmentManager *_instance = nil;
248 248 #else
249 249 manager.kIM_Cer_BusiId = 7347;
250 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 253 manager.kGDApiKey = @"84d765606a54635aec2648f663d4a5ed";
254 254 manager.kTingYunAppKey = @"782d9a70547a4e3f91cb328b122bb85c";
... ... @@ -395,7 +395,7 @@ static CNLiveEnvironmentManager *_instance = nil;
395 395 #else
396 396 manager.kIM_Cer_BusiId = 12453;
397 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 400 manager.kGDApiKey = @"5a0e2a559b987e67d5b0c13490adde02";
401 401 manager.kTingYunAppKey = @"37c9ea3f439145269e5cffe095466b17";
... ...
Example/CNLiveEnvironment/XWViewController.m
... ... @@ -33,7 +33,7 @@
33 33 // NSLog(@"测试");
34 34 // NSLog(@"id%@",WeiBoShareAppId_Share);
35 35 // NSLog(@"key%@",WeiBoShareAppKey_Share);
36   - NSLog(@"CNClassifySearchUrl %@",CNClassifySearchUrl);
  36 + NSLog(@"kTIM_GetTokenUrl %@",TIM_GetTokenUrl);
37 37 }
38 38  
39 39 - (void)didReceiveMemoryWarning
... ...