Commit 43535289e540cc82c284ab55eca48a5112f95881
1 parent
497164da
提交0.0.13_测试内容
Showing
3 changed files
with
3 additions
and
3 deletions
CNLiveOrganizationValidationModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveOrganizationValidationModule' | 10 | s.name = 'CNLiveOrganizationValidationModule' |
| 11 | - s.version = '0.0.12' | 11 | + s.version = '0.0.13' |
| 12 | s.summary = '机构认证模块' | 12 | s.summary = '机构认证模块' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBOrganizationValidattionController.m
| @@ -1039,7 +1039,7 @@ | @@ -1039,7 +1039,7 @@ | ||
| 1039 | CNLiveBAgreementCommitFinishController *vc = [[CNLiveBAgreementCommitFinishController alloc]init]; | 1039 | CNLiveBAgreementCommitFinishController *vc = [[CNLiveBAgreementCommitFinishController alloc]init]; |
| 1040 | [self.navigationController pushViewController:vc animated:YES]; | 1040 | [self.navigationController pushViewController:vc animated:YES]; |
| 1041 | }else { | 1041 | }else { |
| 1042 | - NSString *errorMsg = [NSString stringNamed:@"%@",error.domain ? error.domain : @"请求失败"]; | 1042 | + NSString *errorMsg = [NSString stringWithFormat:@"%@",error.domain ? error.domain : @"请求失败"]; |
| 1043 | [QMUITips showError:errorMsg inView:[UIApplication sharedApplication].keyWindow hideAfterDelay:1.5];//@"上传失败" | 1043 | [QMUITips showError:errorMsg inView:[UIApplication sharedApplication].keyWindow hideAfterDelay:1.5];//@"上传失败" |
| 1044 | } | 1044 | } |
| 1045 | 1045 |
Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
| @@ -73,7 +73,7 @@ static NSString * uuid; | @@ -73,7 +73,7 @@ static NSString * uuid; | ||
| 73 | CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg"; | 73 | CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg"; |
| 74 | CNUserShareModel.nickname = @""; | 74 | CNUserShareModel.nickname = @""; |
| 75 | CNUserShareModel.mobile = @"15027621766"; | 75 | CNUserShareModel.mobile = @"15027621766"; |
| 76 | - CNUserShareModel.uid = @"10514501"; | 76 | + CNUserShareModel.uid = @"10762842"; |
| 77 | 77 | ||
| 78 | } | 78 | } |
| 79 | - (NSString *)appUUIDString | 79 | - (NSString *)appUUIDString |