Commit a012fad2c11bb86c599da5e5c4646515e40bc489

Authored by 朱林
1 parent 8f3a1176

no message

CNLiveNetworkingDemo/CNLiveNetworkingDemo.xcodeproj/project.xcworkspace/xcuserdata/android.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveNetworkingDemo/CNLiveNetworkingDemo/ViewController.m
... ... @@ -46,7 +46,7 @@
46 46 NSDictionary * getPara = @{@"plat":@"a",
47 47 @"appid":@"hdtv",
48 48 @"version":@"5.3"};
49   - NSString *gettUrl = @"http://intertv.cnlive.com/api/activity11111111";
  49 + NSString *gettUrl = @"http://intertv.cnlive.com/api/activity";
50 50  
51 51 CNLiveNetworkManager *manager = [CNLiveNetworkManager manager];
52 52 manager.timeoutInterval = 20 ;
... ...