Commit e65a0cc1e5bf81dcaf73e9797989d0cb1be3dc20
1 parent
27e5f0bb
0.3.6
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveEnvironment.podspec
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"; | ... | ... |