Commit 6217384a991e91bbf138c857ecfda862749b8503
Merge branch 'master' of bj.gitlab.cnlive.com:ios-team/CNLiveCMineModule
Showing
1 changed file
with
0 additions
and
2 deletions
CNLiveCMineModule/Classes/inte/ViewModel/CNLiveCMineInteViewModel.m
| ... | ... | @@ -196,8 +196,6 @@ |
| 196 | 196 | NSMutableArray * tempArray = listModel.integralList.mutableCopy; |
| 197 | 197 | if (completerBlock) completerBlock(listModel,tempArray,error); |
| 198 | 198 | }]; |
| 199 | - [CNLiveNetworking setAllowRequestDefaultArgument:YES]; | |
| 200 | - [CNLiveNetworking setupShowDataResult:YES]; | |
| 201 | 199 | [CNLiveNetworking requestNetworkWithMethod:CNLiveRequestMethodGET URLString:cn_API_Host(@"/Daren/integral/getTasks.action") Param:param CacheType:CNLiveNetworkCacheTypeNetworkOnly CompletionBlock:^(NSURLSessionTask *requestTask, id responseObject, NSError *error) { |
| 202 | 200 | if (!error) { |
| 203 | 201 | CNLiveCMineInteTaskListModel * listModel = [CNLiveCMineInteTaskListModel mj_objectWithKeyValues:responseObject]; | ... | ... |