Commit f7ac0d7a975e0184f40cf9862cb0665ab10dd3b3
1 parent
51f16fa9
添加默认信息
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBOrganizationValidattionController.m
| @@ -990,7 +990,7 @@ | @@ -990,7 +990,7 @@ | ||
| 990 | [dicCotent setValue:contentDic forKey:@"account"]; | 990 | [dicCotent setValue:contentDic forKey:@"account"]; |
| 991 | 991 | ||
| 992 | [QMUITips showLoadingInView:self.view]; | 992 | [QMUITips showLoadingInView:self.view]; |
| 993 | - [CNLiveNetworking setAllowRequestDefaultArgument:NO]; | 993 | + [CNLiveNetworking setAllowRequestDefaultArgument:YES]; |
| 994 | [CNLiveNetworking setupShowDataResult:NO]; | 994 | [CNLiveNetworking setupShowDataResult:NO]; |
| 995 | [CNLiveNetworking requestNetworkWithMethod:CNLiveRequestMethodPOST URLString:strUrl Param:dicCotent CacheType:CNLiveNetworkCacheTypeNetworkOnly CompletionBlock:^(NSURLSessionTask *requestTask, id responseObject, NSError *error) { | 995 | [CNLiveNetworking requestNetworkWithMethod:CNLiveRequestMethodPOST URLString:strUrl Param:dicCotent CacheType:CNLiveNetworkCacheTypeNetworkOnly CompletionBlock:^(NSURLSessionTask *requestTask, id responseObject, NSError *error) { |
| 996 | 996 |