Commit 0df0aeb45c6b9562be45ea3590b2d840f43e868b
1 parent
2b0c3935
领头雁域名 http 改为 https
Showing
2 changed files
with
7 additions
and
7 deletions
CNLiveEnvironment/Classes/CNLiveEnvironment.h
| @@ -68,8 +68,8 @@ | @@ -68,8 +68,8 @@ | ||
| 68 | 测试@"https://wjjshop.cnlive.com"*/ | 68 | 测试@"https://wjjshop.cnlive.com"*/ |
| 69 | #define API_Managemall [CNLiveEnvironmentManager manager].kAPI_Managemall | 69 | #define API_Managemall [CNLiveEnvironmentManager manager].kAPI_Managemall |
| 70 | 70 | ||
| 71 | -/** 正式@"http://ltyadmin.cnlive.com" | ||
| 72 | - 测试@"http://ltyadmintest.cnlive.com"*/ | 71 | +/** 正式@"https://ltyadmin.cnlive.com" |
| 72 | + 测试@"https://ltyadmintest.cnlive.com"*/ | ||
| 73 | #define API_LtyAdmin [CNLiveEnvironmentManager manager].kAPI_LtyAdmin | 73 | #define API_LtyAdmin [CNLiveEnvironmentManager manager].kAPI_LtyAdmin |
| 74 | 74 | ||
| 75 | /** 正式@"https://apicommunity.cnlive.com" | 75 | /** 正式@"https://apicommunity.cnlive.com" |
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| @@ -160,7 +160,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -160,7 +160,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 160 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; | 160 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; |
| 161 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; | 161 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; |
| 162 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; | 162 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 163 | - manager.kAPI_LtyAdmin = @"http://ltyadmintest.cnlive.com"; | 163 | + manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 164 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; | 164 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 165 | 165 | ||
| 166 | manager.environmentDesc = @"测试企业版"; | 166 | manager.environmentDesc = @"测试企业版"; |
| @@ -244,7 +244,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -244,7 +244,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 244 | manager.kAPI_Classify = @"http://cms.cnlive.com/api";//@"http://cms.cnlive.com:8768"; | 244 | manager.kAPI_Classify = @"http://cms.cnlive.com/api";//@"http://cms.cnlive.com:8768"; |
| 245 | manager.kAPI_Managemall = @"https://managemall.cnlive.com"; | 245 | manager.kAPI_Managemall = @"https://managemall.cnlive.com"; |
| 246 | manager.kAPI_Manageshop = @"https://manageshop.cnlive.com"; | 246 | manager.kAPI_Manageshop = @"https://manageshop.cnlive.com"; |
| 247 | - manager.kAPI_LtyAdmin = @"http://ltyadmin.cnlive.com"; | 247 | + manager.kAPI_LtyAdmin = @"https://ltyadmin.cnlive.com"; |
| 248 | manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com"; | 248 | manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com"; |
| 249 | 249 | ||
| 250 | manager.environmentDesc = @"正式企业版"; | 250 | manager.environmentDesc = @"正式企业版"; |
| @@ -328,7 +328,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -328,7 +328,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 328 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; | 328 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; |
| 329 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; | 329 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; |
| 330 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; | 330 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 331 | - manager.kAPI_LtyAdmin = @"http://ltyadmintest.cnlive.com"; | 331 | + manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 332 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; | 332 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 333 | 333 | ||
| 334 | manager.environmentDesc = @"测试商店版"; | 334 | manager.environmentDesc = @"测试商店版"; |
| @@ -414,7 +414,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -414,7 +414,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 414 | manager.kAPI_Classify = @"http://cms.cnlive.com/api";//@"http://cms.cnlive.com:8768"; | 414 | manager.kAPI_Classify = @"http://cms.cnlive.com/api";//@"http://cms.cnlive.com:8768"; |
| 415 | manager.kAPI_Managemall = @"https://managemall.cnlive.com"; | 415 | manager.kAPI_Managemall = @"https://managemall.cnlive.com"; |
| 416 | manager.kAPI_Manageshop = @"https://manageshop.cnlive.com"; | 416 | manager.kAPI_Manageshop = @"https://manageshop.cnlive.com"; |
| 417 | - manager.kAPI_LtyAdmin = @"http://ltyadmin.cnlive.com"; | 417 | + manager.kAPI_LtyAdmin = @"https://ltyadmin.cnlive.com"; |
| 418 | manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com"; | 418 | manager.kAPI_Community = @"https://apicommunity.cnlive.com";//@"http://api.community.cnlive.com"; |
| 419 | 419 | ||
| 420 | manager.environmentDesc = @"正式商店版"; | 420 | manager.environmentDesc = @"正式商店版"; |
| @@ -499,7 +499,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -499,7 +499,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 499 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; | 499 | manager.kAPI_Classify = @"http://cmstest.cnlive.com/cms";//@"http://cmstest.cnlive.com:8768"; |
| 500 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; | 500 | manager.kAPI_Managemall = @"https://wjjshop.cnlive.com"; |
| 501 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; | 501 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 502 | - manager.kAPI_LtyAdmin = @"http://ltyadmintest.cnlive.com"; | 502 | + manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 503 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; | 503 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 504 | 504 | ||
| 505 | manager.environmentDesc = @"测试TestFlight版"; | 505 | manager.environmentDesc = @"测试TestFlight版"; |