Commit 3aba199aa9e50c85dba97afafe986696b1d8428c
1 parent
6d2d5364
提交更改
Showing
1 changed file
with
0 additions
and
5 deletions
Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.m
| @@ -72,11 +72,6 @@ | @@ -72,11 +72,6 @@ | ||
| 72 | 72 | ||
| 73 | NSLog(@"点播详情数据 = %@",responseObject); | 73 | NSLog(@"点播详情数据 = %@",responseObject); |
| 74 | 74 | ||
| 75 | - /// 详情页 审核中 | ||
| 76 | - id<CNLiveBOrganizationValidationProtocol> organizationValidationProtocol = [[BeeHive shareInstance] createService:@protocol(CNLiveBOrganizationValidationProtocol)]; | ||
| 77 | - UIViewController *vc = [organizationValidationProtocol getOrganizationAuditController:@{}]; | ||
| 78 | - [self.navigationController pushViewController:vc animated:YES]; | ||
| 79 | - | ||
| 80 | NSString *resultCode = [NSString stringWithFormat:@"%@", responseObject[@"errorCode"]]; | 75 | NSString *resultCode = [NSString stringWithFormat:@"%@", responseObject[@"errorCode"]]; |
| 81 | NSError *err = nil; | 76 | NSError *err = nil; |
| 82 | id data = nil; | 77 | id data = nil; |