Commit a2f9116572c6a7e6b1fbbd37e403d023e18da054

Authored by yanglingyu
1 parent 691740b0

增加用户Id

Example/CNLiveCMineModule/CNLIVEAppDelegate.m
... ... @@ -28,7 +28,7 @@
28 28  
29 29 [super application:application didFinishLaunchingWithOptions:launchOptions];
30 30  
31   - [CNUserInfoManager manager].userInfoModel.uid = @"11174272";//@"10510277";//11174272
  31 + [CNUserInfoManager manager].userInfoModel.uid = @"12857262";//@"10510277";//11174272//12857262
32 32  
33 33 self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
34 34 self.window.backgroundColor = [UIColor whiteColor];
... ...