Commit e65a0cc1e5bf81dcaf73e9797989d0cb1be3dc20

Authored by liushiyu
1 parent 27e5f0bb

0.3.6

CNLiveEnvironment.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveEnvironment'
11   - s.version = '0.3.5'
  11 + s.version = '0.3.6'
12 12 s.summary = 'CNLiveEnvironment'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
... ... @@ -245,7 +245,7 @@ static CNLiveEnvironmentManager *_instance = nil;
245 245 manager.kAPI_Managemall = @"https://managemall.cnlive.com";
246 246 manager.kAPI_Manageshop = @"https://manageshop.cnlive.com";
247 247 manager.kAPI_LtyAdmin = @"http://ltyadmin.cnlive.com";
248   - manager.kAPI_Community = @"http://api.community.cnlive.com";
  248 + manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com";
249 249  
250 250 manager.environmentDesc = @"正式企业版";
251 251 manager.bundleId = @"com.cnlive.CNLiveNetAddInHouse";
... ... @@ -415,7 +415,7 @@ static CNLiveEnvironmentManager *_instance = nil;
415 415 manager.kAPI_Managemall = @"https://managemall.cnlive.com";
416 416 manager.kAPI_Manageshop = @"https://manageshop.cnlive.com";
417 417 manager.kAPI_LtyAdmin = @"http://ltyadmin.cnlive.com";
418   - manager.kAPI_Community = @"http://api.community.cnlive.com";
  418 + manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com";
419 419  
420 420 manager.environmentDesc = @"正式商店版";
421 421 manager.bundleId = @"com.cnlive.CNLiveNetAdd";
... ...