Commit ba7fa36bfaf9cbcefcd44c26029848eb7f408068
1 parent
fb2282db
no message
Showing
2 changed files
with
9 additions
and
8 deletions
Example/CNLiveEnvironment/XWAppDelegate.m
| @@ -15,15 +15,13 @@ | @@ -15,15 +15,13 @@ | ||
| 15 | { | 15 | { |
| 16 | // Override point for customization after application launch. | 16 | // Override point for customization after application launch. |
| 17 | [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse]; | 17 | [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse]; |
| 18 | -// NSLog(@"%@",EnvironmentDesc); | ||
| 19 | -// NSLog(@"%@",ShareSDKAppId_Share); | ||
| 20 | -// NSLog(@"%d",TestEnvironment); | ||
| 21 | -// NSLog(@"%@",API_Host(@"asd")); | ||
| 22 | -// NSLog(@"%@",AppId); | ||
| 23 | -// NSLog(@"%@",AppKey); | 18 | + NSLog(@"%@",EnvironmentDesc); |
| 19 | + NSLog(@"%@",ShareSDKAppId_Share); | ||
| 20 | + NSLog(@"%d",TestEnvironment); | ||
| 21 | + NSLog(@"%@",cn_API_Host(@"asd")); | ||
| 22 | + NSLog(@"%@",AppId); | ||
| 23 | + NSLog(@"%@",APPKey); | ||
| 24 | NSLog(@"%@",CNStockDarenVideoCallBackUrl); | 24 | NSLog(@"%@",CNStockDarenVideoCallBackUrl); |
| 25 | - | ||
| 26 | - | ||
| 27 | NSLog(@"%@",CNGetWitnessCancelCollection); | 25 | NSLog(@"%@",CNGetWitnessCancelCollection); |
| 28 | NSLog(@"%@",cn_API_Host(@"/我爱中国")); | 26 | NSLog(@"%@",cn_API_Host(@"/我爱中国")); |
| 29 | 27 |
Example/CNLiveEnvironment/XWViewController.m
| @@ -22,6 +22,9 @@ | @@ -22,6 +22,9 @@ | ||
| 22 | [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse]; | 22 | [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse]; |
| 23 | NSLog(@"%@",CNStockDarenVideoCallBackUrl); | 23 | NSLog(@"%@",CNStockDarenVideoCallBackUrl); |
| 24 | NSLog(@"%@",CNGetWitnessCancelCollection); | 24 | NSLog(@"%@",CNGetWitnessCancelCollection); |
| 25 | + NSLog(@"%@",CNGetSpAddFollowsUrl); | ||
| 26 | + | ||
| 27 | + | ||
| 25 | } | 28 | } |
| 26 | 29 | ||
| 27 | - (void)didReceiveMemoryWarning | 30 | - (void)didReceiveMemoryWarning |