Commit 523193e27dbaf1d74d6b426001e6e053a9370395
1 parent
f45fcfaf
0.4.2 域名修改
Showing
3 changed files
with
4 additions
and
4 deletions
CNLiveEnvironment.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveEnvironment' | 10 | s.name = 'CNLiveEnvironment' |
| 11 | - s.version = '0.4.1' | 11 | + s.version = '0.4.2' |
| 12 | s.summary = 'CNLiveEnvironment' | 12 | s.summary = 'CNLiveEnvironment' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveEnvironment/Classes/CNLiveEnvironment.h
| @@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
| 83 | 83 | ||
| 84 | /** | 84 | /** |
| 85 | 正式 http://bc.cnlive.com | 85 | 正式 http://bc.cnlive.com |
| 86 | - 测试 http://text.bc.cnlive.com | 86 | + 测试 http://test.bc.cnlive.com |
| 87 | */ | 87 | */ |
| 88 | #define API_OB [CNLiveEnvironmentManager manager].kAPI_OB | 88 | #define API_OB [CNLiveEnvironmentManager manager].kAPI_OB |
| 89 | 89 |
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| @@ -920,7 +920,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -920,7 +920,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 920 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; | 920 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 921 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; | 921 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 922 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; | 922 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; |
| 923 | - manager.kAPI_OB = @"http://text.bc.cnlive.com"; | 923 | + manager.kAPI_OB = @"http://test.bc.cnlive.com"; |
| 924 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; | 924 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 925 | 925 | ||
| 926 | manager.environmentDesc = @"测试商家版"; | 926 | manager.environmentDesc = @"测试商家版"; |
| @@ -1113,7 +1113,7 @@ static CNLiveEnvironmentManager *_instance = nil; | @@ -1113,7 +1113,7 @@ static CNLiveEnvironmentManager *_instance = nil; | ||
| 1113 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; | 1113 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 1114 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; | 1114 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 1115 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; | 1115 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; |
| 1116 | - manager.kAPI_OB = @"http://text.bc.cnlive.com"; | 1116 | + manager.kAPI_OB = @"http://test.bc.cnlive.com"; |
| 1117 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; | 1117 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 1118 | 1118 | ||
| 1119 | manager.environmentDesc = @"测试商家版"; | 1119 | manager.environmentDesc = @"测试商家版"; |