Commit cb848a1e0f75f5d9f4534f0f2c7d634ba36a0dd1
1 parent
cfef65ed
0.3.2
Showing
3 changed files
with
12 additions
and
3 deletions
CNLiveEnvironment.podspec
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| ... | ... | @@ -416,9 +416,9 @@ static CNLiveEnvironmentManager *_instance = nil; |
| 416 | 416 | |
| 417 | 417 | manager.displayName = @"网家家"; |
| 418 | 418 | #if DEBUG |
| 419 | - manager.kIM_Cer_BusiId = 17190; | |
| 419 | + manager.kIM_Cer_BusiId = 24274; | |
| 420 | 420 | #else |
| 421 | - manager.kIM_Cer_BusiId = 17189; | |
| 421 | + manager.kIM_Cer_BusiId = 24273; | |
| 422 | 422 | #endif |
| 423 | 423 | manager.kTIM_GetTokenUrl = @"https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action"; |
| 424 | 424 | ... | ... |
README.md
| 1 | 1 | # CNLiveEnvironment |
| 2 | 2 | |
| 3 | +pod lib lint | |
| 4 | + | |
| 5 | +pod spec lint | |
| 6 | + | |
| 7 | +pod repo push CNLiveEnvironment.podspec | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 3 | 12 | [](https://travis-ci.org/153993236@qq.com/CNLiveEnvironment) |
| 4 | 13 | [](https://cocoapods.org/pods/CNLiveEnvironment) |
| 5 | 14 | [](https://cocoapods.org/pods/CNLiveEnvironment) | ... | ... |