Commit bcebca10472bb1851564268717355639f387264c

Authored by 梁星国
1 parent a9e4ab5d

提交0.0.4

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.3'
  11 + s.version = '0.0.4'
12 12 s.summary = '机构认证模块'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
... ... @@ -70,7 +70,7 @@ static NSString * uuid;
70 70 CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg";
71 71 CNUserShareModel.nickname = @"";
72 72 CNUserShareModel.mobile = @"15027621766";
73   - CNUserShareModel.uid = @"10514578";
  73 + CNUserShareModel.uid = @"10514581";
74 74  
75 75 }
76 76 - (NSString *)appUUIDString
... ...