Commit 43535289e540cc82c284ab55eca48a5112f95881

Authored by 梁星国
1 parent 497164da

提交0.0.13_测试内容

CNLiveOrganizationValidationModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveOrganizationValidationModule'
11   - s.version = '0.0.12'
  11 + s.version = '0.0.13'
12 12 s.summary = '机构认证模块'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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
... ...