Commit 7e18a6e163a801b49d698d1cbaec1da9667f85f7
1 parent
2811661f
提交0.0.16_提交文本更改
Showing
3 changed files
with
4 additions
and
4 deletions
CNLiveOrganizationValidationModule.podspec
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBOrganizationValidattionController.m
| ... | ... | @@ -718,7 +718,7 @@ |
| 718 | 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 | 723 | if (!self.footerView.agreementBtn.isSelected) { |
| 724 | 724 | [QMUITips showWithText:@"请同意安全协议" inView:self.view hideAfterDelay:0.5]; | ... | ... |
Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
| ... | ... | @@ -57,7 +57,7 @@ static NSString * uuid; |
| 57 | 57 | // |
| 58 | 58 | // |
| 59 | 59 | NSMutableDictionary * mDict = [[NSMutableDictionary alloc] init]; |
| 60 | - [mDict setValue:@"10514333" forKey:@"loginSid"]; | |
| 60 | + [mDict setValue:@"10514004" forKey:@"loginSid"]; | |
| 61 | 61 | [mDict setValue:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey:@"platform_id"]; |
| 62 | 62 | [mDict setValue:[self appUUIDString] forKey:@"uuid"]; |
| 63 | 63 | [mDict setValue:@"i" forKey:@"plat"]; |
| ... | ... | @@ -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 = @"10762842"; | |
| 76 | + CNUserShareModel.uid = @"10762002"; | |
| 77 | 77 | |
| 78 | 78 | } |
| 79 | 79 | - (NSString *)appUUIDString | ... | ... |