Commit 0b25ff0c135deb07572d3ce244607a93f9ef61e0
1 parent
48de2453
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
| ... | ... | @@ -248,7 +248,7 @@ static CNLiveEnvironmentManager *_instance = nil; |
| 248 | 248 | #else |
| 249 | 249 | manager.kIM_Cer_BusiId = 7347; |
| 250 | 250 | #endif |
| 251 | - manager.kTIM_GetTokenUrl = @" https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action"; | |
| 251 | + manager.kTIM_GetTokenUrl = @"https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action"; | |
| 252 | 252 | |
| 253 | 253 | manager.kGDApiKey = @"84d765606a54635aec2648f663d4a5ed"; |
| 254 | 254 | manager.kTingYunAppKey = @"782d9a70547a4e3f91cb328b122bb85c"; |
| ... | ... | @@ -395,7 +395,7 @@ static CNLiveEnvironmentManager *_instance = nil; |
| 395 | 395 | #else |
| 396 | 396 | manager.kIM_Cer_BusiId = 12453; |
| 397 | 397 | #endif |
| 398 | - manager.kTIM_GetTokenUrl = @" https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action"; | |
| 398 | + manager.kTIM_GetTokenUrl = @"https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action"; | |
| 399 | 399 | |
| 400 | 400 | manager.kGDApiKey = @"5a0e2a559b987e67d5b0c13490adde02"; |
| 401 | 401 | manager.kTingYunAppKey = @"37c9ea3f439145269e5cffe095466b17"; | ... | ... |