Commit 82494e32dbbd6eec0ee945cc121c13a124cb5856
1 parent
882ad09f
0.0.9
Showing
2 changed files
with
3 additions
and
2 deletions
CNLiveBPersonalVerificationModule.podspec
CNLiveBPersonalVerificationModule/Classes/CNBPersonCardInfo/Controller/ApplyForShootController.m
| @@ -514,7 +514,8 @@ | @@ -514,7 +514,8 @@ | ||
| 514 | __weak typeof(self) weakSelf = self; | 514 | __weak typeof(self) weakSelf = self; |
| 515 | AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; | 515 | AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; |
| 516 | [QMUITips showLoadingInView:[UIApplication sharedApplication].delegate.window]; | 516 | [QMUITips showLoadingInView:[UIApplication sharedApplication].delegate.window]; |
| 517 | - [manager POST:@"https://apiwjjtest.cnlive.com/Daren/buser/saveIdentity.action" parameters:para headers:nil constructingBodyWithBlock:^(id<AFMultipartFormData> _Nonnull formData) { | 517 | + NSString *url = cn_API_Host(@"/Daren/buser/saveIdentity.action"); |
| 518 | + [manager POST:url parameters:para headers:nil constructingBodyWithBlock:^(id<AFMultipartFormData> _Nonnull formData) { | ||
| 518 | 519 | ||
| 519 | NSData *fontData = [weakSelf imageDatasWithImage:self.fontImage]; | 520 | NSData *fontData = [weakSelf imageDatasWithImage:self.fontImage]; |
| 520 | NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; | 521 | NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; |