Commit a2f9116572c6a7e6b1fbbd37e403d023e18da054
1 parent
691740b0
增加用户Id
Showing
1 changed file
with
1 additions
and
1 deletions
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]; | ... | ... |