Commit e5ba67168dd5fae918d65bc770d3b9b93766da3a

Authored by 张旭
1 parent 30781962

kWjjH5_Host 改为http

CNLiveEnvironment/Classes/CNLiveEnvironment.h
... ... @@ -31,8 +31,8 @@
31 31 测试@"https://apiwjj.cnlive.com/download/index.html"*/
32 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 36 #define WjjH5_Host [CNLiveEnvironmentManager manager].kWjjH5_Host
37 37  
38 38 /** 正式 @"wjjh5.cnlive.com"
... ...
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
... ... @@ -193,7 +193,7 @@ static CNLiveEnvironmentManager *_instance = nil;
193 193  
194 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 197 manager.kWjjH5 = @"wjjh5test.cnlive.com";
198 198  
199 199 manager.kAPI_Host = @"https://apiwjjtest.cnlive.com";
... ... @@ -278,7 +278,7 @@ static CNLiveEnvironmentManager *_instance = nil;
278 278 manager.isTestEnvironment = NO;
279 279  
280 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 282 manager.kWjjH5 = @"wjjh5.cnlive.com";
283 283  
284 284 manager.kAPI_Host = @"https://apiwjj.cnlive.com";
... ... @@ -450,7 +450,7 @@ static CNLiveEnvironmentManager *_instance = nil;
450 450 manager.isTestEnvironment = NO;
451 451  
452 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 454 manager.kWjjH5 = @"wjjh5.cnlive.com";
455 455  
456 456 manager.kAPI_Host = @"https://apiwjj.cnlive.com";
... ... @@ -536,7 +536,7 @@ static CNLiveEnvironmentManager *_instance = nil;
536 536 manager.isTestEnvironment = YES;
537 537  
538 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 540 manager.kWjjH5 = @"wjjh5test.cnlive.com";
541 541  
542 542 manager.kAPI_Host = @"https://apiwjjtest.cnlive.com";
... ... @@ -648,7 +648,7 @@ static CNLiveEnvironmentManager *_instance = nil;
648 648 manager.isTestEnvironment = YES;
649 649  
650 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 652 manager.kWjjH5 = @"wjjh5test.cnlive.com";
653 653  
654 654 manager.kAPI_Host = @"https://apiwjjtest.cnlive.com";
... ... @@ -726,7 +726,7 @@ static CNLiveEnvironmentManager *_instance = nil;
726 726 manager.isTestEnvironment = NO;
727 727  
728 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 730 manager.kWjjH5 = @"wjjh5.cnlive.com";
731 731  
732 732 manager.kAPI_Host = @"https://apiwjj.cnlive.com";
... ... @@ -803,7 +803,7 @@ static CNLiveEnvironmentManager *_instance = nil;
803 803 manager.isTestEnvironment = YES;
804 804  
805 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 807 manager.kWjjH5 = @"wjjh5test.cnlive.com";
808 808  
809 809 manager.kAPI_Host = @"https://apiwjjtest.cnlive.com";
... ...