Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiaoshou committed Feb 7, 2023
1 parent 34814bd commit 3d1b261
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ - (void)startLiveDetect {
NSLog(@"=======%@",version);
__weak __typeof(self)weakSelf = self;

[self.detector startLiveDetectWithBusinessID:@"请输入易盾业务ID" actionsHandler:^(NSDictionary * _Nonnull params) {
[self.detector startLiveDetectWithBusinessID:@"请输入业务ID" actionsHandler:^(NSDictionary * _Nonnull params) {
dispatch_async(dispatch_get_main_queue(), ^{
[weakSelf.mainView.activityIndicator stopAnimating];
NSString *actions = [params objectForKey:@"actions"];
Expand Down
2 changes: 1 addition & 1 deletion NTESLiveDetectPublicDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://github.com/CocoaPods/Specs.git'
target 'NTESLiveDetectPublicDemo' do
pod 'Masonry', '~> 1.0.2'
pod 'WHToast'
pod 'NTESLiveDetect', '3.1.0'
pod 'NTESLiveDetect', '3.1.2'
pod 'AFNetworking'
pod 'MBProgressHUD'

Expand Down
10 changes: 5 additions & 5 deletions NTESLiveDetectPublicDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ PODS:
- Masonry (1.0.2)
- MBProgressHUD (1.2.0)
- NTESBaseComponent (1.7)
- NTESLiveDetect (3.1.0):
- NTESLiveDetect (3.1.2):
- NTESBaseComponent
- WHToast (0.0.7)

DEPENDENCIES:
- AFNetworking
- Masonry (~> 1.0.2)
- MBProgressHUD
- NTESLiveDetect (= 3.1.0)
- NTESLiveDetect (= 3.1.2)
- WHToast

SPEC REPOS:
Expand All @@ -38,13 +38,13 @@ SPEC REPOS:
- WHToast

SPEC CHECKSUMS:
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
NTESBaseComponent: b1cdf3ac1e0b303dbba9d7099ddaff7960acdb03
NTESLiveDetect: 040c13f8c40875539967f430928d7e8166f9e01f
NTESLiveDetect: 11d03f95eb9f72b476ab3a0c6aab6eca55b8eda9
WHToast: 11a17a3f09f5f733e32bd6f3338919a448cbb719

PODFILE CHECKSUM: e1935f3754abebd481655ade9999c12f6b127bd6
PODFILE CHECKSUM: 7c7bc272c60b6bd668dd25b91a2485713ff01271

COCOAPODS: 1.11.3

0 comments on commit 3d1b261

Please sign in to comment.