Commit 7e18a6e163a801b49d698d1cbaec1da9667f85f7

Authored by 梁星国
1 parent 2811661f

提交0.0.16_提交文本更改

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.15' 11 + s.version = '0.0.16'
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
@@ -718,7 +718,7 @@ @@ -718,7 +718,7 @@
718 - (void)jumpCommitVC { 718 - (void)jumpCommitVC {
719 719
720 720
721 - NSLog(@"公司全称 = %@,企业logo上传路径 = %@,企业简称 = %@,企业代码 = %@,企业简介 = %@,企业地址 = %@,选择企业类型 = %@,webUrl = %@,法人 = %@,联系人* = %@,合同编号 = %@,营业执照编号 = %@,营业执照 = %@",self.companyName,self.logoUrl,self.companyShortName,self.companyId,self.companyContent,self.companyAdress,self.tipModel.name,self.webUrl,self.legalPerson,self.contact,self.contractCount,self.licenseCount,self.licenseImageUrl); 721 + NSLog(@"公司全称 = %@,企业logo上传路径 = %@,企业简称 = %@,企业代码 = %@,企业简介 = %@,企业地址 = %@,选择企业类型 = %@,webUrl = %@,法人 = %@,联系人 = %@,合同编号 = %@,营业执照编号 = %@,营业执照 = %@",self.companyName,self.logoUrl,self.companyShortName,self.companyId,self.companyContent,self.companyAdress,self.tipModel.name,self.webUrl,self.legalPerson,self.contact,self.contractCount,self.licenseCount,self.licenseImageUrl);
722 722
723 if (!self.footerView.agreementBtn.isSelected) { 723 if (!self.footerView.agreementBtn.isSelected) {
724 [QMUITips showWithText:@"请同意安全协议" inView:self.view hideAfterDelay:0.5]; 724 [QMUITips showWithText:@"请同意安全协议" inView:self.view hideAfterDelay:0.5];
Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
@@ -57,7 +57,7 @@ static NSString * uuid; @@ -57,7 +57,7 @@ static NSString * uuid;
57 // 57 //
58 // 58 //
59 NSMutableDictionary * mDict = [[NSMutableDictionary alloc] init]; 59 NSMutableDictionary * mDict = [[NSMutableDictionary alloc] init];
60 - [mDict setValue:@"10514333" forKey:@"loginSid"]; 60 + [mDict setValue:@"10514004" forKey:@"loginSid"];
61 [mDict setValue:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey:@"platform_id"]; 61 [mDict setValue:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey:@"platform_id"];
62 [mDict setValue:[self appUUIDString] forKey:@"uuid"]; 62 [mDict setValue:[self appUUIDString] forKey:@"uuid"];
63 [mDict setValue:@"i" forKey:@"plat"]; 63 [mDict setValue:@"i" forKey:@"plat"];
@@ -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 = @"10762842"; 76 + CNUserShareModel.uid = @"10762002";
77 77
78 } 78 }
79 - (NSString *)appUUIDString 79 - (NSString *)appUUIDString