Commit 43535289e540cc82c284ab55eca48a5112f95881
1 parent
497164da
提交0.0.13_测试内容
Showing
3 changed files
with
3 additions
and
3 deletions
CNLiveOrganizationValidationModule.podspec
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBOrganizationValidattionController.m
| ... | ... | @@ -1039,7 +1039,7 @@ |
| 1039 | 1039 | CNLiveBAgreementCommitFinishController *vc = [[CNLiveBAgreementCommitFinishController alloc]init]; |
| 1040 | 1040 | [self.navigationController pushViewController:vc animated:YES]; |
| 1041 | 1041 | }else { |
| 1042 | - NSString *errorMsg = [NSString stringNamed:@"%@",error.domain ? error.domain : @"请求失败"]; | |
| 1042 | + NSString *errorMsg = [NSString stringWithFormat:@"%@",error.domain ? error.domain : @"请求失败"]; | |
| 1043 | 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 | 73 | CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg"; |
| 74 | 74 | CNUserShareModel.nickname = @""; |
| 75 | 75 | CNUserShareModel.mobile = @"15027621766"; |
| 76 | - CNUserShareModel.uid = @"10514501"; | |
| 76 | + CNUserShareModel.uid = @"10762842"; | |
| 77 | 77 | |
| 78 | 78 | } |
| 79 | 79 | - (NSString *)appUUIDString | ... | ... |