Commit 3c161bf1719195407dc4a8b35c60e303cc5685f2
1 parent
523193e2
0.4.3
Showing
3 changed files
with
4 additions
and
5 deletions
CNLiveEnvironment.podspec
CNLiveEnvironment/Classes/CNLiveEnvironment.h
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| ... | ... | @@ -920,7 +920,7 @@ static CNLiveEnvironmentManager *_instance = nil; |
| 920 | 920 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 921 | 921 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 922 | 922 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; |
| 923 | - manager.kAPI_OB = @"http://test.bc.cnlive.com"; | |
| 923 | + manager.kAPI_OB = @"http://bc.cnlive.com"; | |
| 924 | 924 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 925 | 925 | |
| 926 | 926 | manager.environmentDesc = @"测试商家版"; |
| ... | ... | @@ -1113,7 +1113,7 @@ static CNLiveEnvironmentManager *_instance = nil; |
| 1113 | 1113 | manager.kAPI_Manageshop = @"https://wjjshop.cnlive.com"; |
| 1114 | 1114 | manager.kAPI_LtyAdmin = @"https://ltyadmintest.cnlive.com"; |
| 1115 | 1115 | manager.kAPI_Pay = @"https://apiumspay.cnlive.com"; |
| 1116 | - manager.kAPI_OB = @"http://test.bc.cnlive.com"; | |
| 1116 | + manager.kAPI_OB = @"http://bc.cnlive.com"; | |
| 1117 | 1117 | manager.kAPI_Community = @"http://testapi.community.cnlive.com"; |
| 1118 | 1118 | |
| 1119 | 1119 | manager.environmentDesc = @"测试商家版"; | ... | ... |