Commit e5ba67168dd5fae918d65bc770d3b9b93766da3a
1 parent
30781962
kWjjH5_Host 改为http
Showing
2 changed files
with
9 additions
and
9 deletions
CNLiveEnvironment/Classes/CNLiveEnvironment.h
| @@ -31,8 +31,8 @@ | @@ -31,8 +31,8 @@ | ||
| 31 | 测试@"https://apiwjj.cnlive.com/download/index.html"*/ | 31 | 测试@"https://apiwjj.cnlive.com/download/index.html"*/ |
| 32 | #define AppDownloadUrl [CNLiveEnvironmentManager manager].kAppDownloadUrl | 32 | #define AppDownloadUrl [CNLiveEnvironmentManager manager].kAppDownloadUrl |
| 33 | 33 | ||
| 34 | -/** 正式@"https://wjjh5.cnlive.com" | ||
| 35 | - 测试@"https://wjjh5test.cnlive.com"*/ | 34 | +/** 正式@"http://wjjh5.cnlive.com" |
| 35 | + 测试@"http://wjjh5test.cnlive.com"*/ | ||
| 36 | #define WjjH5_Host [CNLiveEnvironmentManager manager].kWjjH5_Host | 36 | #define WjjH5_Host [CNLiveEnvironmentManager manager].kWjjH5_Host |
| 37 | 37 | ||
| 38 | /** 正式 @"wjjh5.cnlive.com" | 38 | /** 正式 @"wjjh5.cnlive.com" |
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| @@ -193,7 +193,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -193,7 +193,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 193 | 193 | ||
| 194 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 194 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 195 | 195 | ||
| 196 | - manager.kWjjH5_Host = @"https://wjjh5test.cnlive.com"; | 196 | + manager.kWjjH5_Host = @"http://wjjh5test.cnlive.com"; |
| 197 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; | 197 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; |
| 198 | 198 | ||
| 199 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; | 199 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; |
| @@ -278,7 +278,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -278,7 +278,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 278 | manager.isTestEnvironment = NO; | 278 | manager.isTestEnvironment = NO; |
| 279 | 279 | ||
| 280 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 280 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 281 | - manager.kWjjH5_Host = @"https://wjjh5.cnlive.com"; | 281 | + manager.kWjjH5_Host = @"http://wjjh5.cnlive.com"; |
| 282 | manager.kWjjH5 = @"wjjh5.cnlive.com"; | 282 | manager.kWjjH5 = @"wjjh5.cnlive.com"; |
| 283 | 283 | ||
| 284 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; | 284 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; |
| @@ -450,7 +450,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -450,7 +450,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 450 | manager.isTestEnvironment = NO; | 450 | manager.isTestEnvironment = NO; |
| 451 | 451 | ||
| 452 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 452 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 453 | - manager.kWjjH5_Host = @"https://wjjh5.cnlive.com"; | 453 | + manager.kWjjH5_Host = @"http://wjjh5.cnlive.com"; |
| 454 | manager.kWjjH5 = @"wjjh5.cnlive.com"; | 454 | manager.kWjjH5 = @"wjjh5.cnlive.com"; |
| 455 | 455 | ||
| 456 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; | 456 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; |
| @@ -536,7 +536,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -536,7 +536,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 536 | manager.isTestEnvironment = YES; | 536 | manager.isTestEnvironment = YES; |
| 537 | 537 | ||
| 538 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 538 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 539 | - manager.kWjjH5_Host = @"https://wjjh5test.cnlive.com"; | 539 | + manager.kWjjH5_Host = @"http://wjjh5test.cnlive.com"; |
| 540 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; | 540 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; |
| 541 | 541 | ||
| 542 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; | 542 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; |
| @@ -648,7 +648,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -648,7 +648,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 648 | manager.isTestEnvironment = YES; | 648 | manager.isTestEnvironment = YES; |
| 649 | 649 | ||
| 650 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 650 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 651 | - manager.kWjjH5_Host = @"https://wjjh5test.cnlive.com"; | 651 | + manager.kWjjH5_Host = @"http://wjjh5test.cnlive.com"; |
| 652 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; | 652 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; |
| 653 | 653 | ||
| 654 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; | 654 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; |
| @@ -726,7 +726,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -726,7 +726,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 726 | manager.isTestEnvironment = NO; | 726 | manager.isTestEnvironment = NO; |
| 727 | 727 | ||
| 728 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 728 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 729 | - manager.kWjjH5_Host = @"https://wjjh5.cnlive.com"; | 729 | + manager.kWjjH5_Host = @"http://wjjh5.cnlive.com"; |
| 730 | manager.kWjjH5 = @"wjjh5.cnlive.com"; | 730 | manager.kWjjH5 = @"wjjh5.cnlive.com"; |
| 731 | 731 | ||
| 732 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; | 732 | manager.kAPI_Host = @"https://apiwjj.cnlive.com"; |
| @@ -803,7 +803,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -803,7 +803,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 803 | manager.isTestEnvironment = YES; | 803 | manager.isTestEnvironment = YES; |
| 804 | 804 | ||
| 805 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; | 805 | manager.kAppDownloadUrl = @"https://apiwjj.cnlive.com/download/index.html"; |
| 806 | - manager.kWjjH5_Host = @"https://wjjh5test.cnlive.com"; | 806 | + manager.kWjjH5_Host = @"http://wjjh5test.cnlive.com"; |
| 807 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; | 807 | manager.kWjjH5 = @"wjjh5test.cnlive.com"; |
| 808 | 808 | ||
| 809 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; | 809 | manager.kAPI_Host = @"https://apiwjjtest.cnlive.com"; |