Commit 7b1068824e62cd7bcf519e9992db3f50e4731a61
1 parent
bab6c691
no message
Showing
1 changed file
with
1 additions
and
2 deletions
Example/CNLiveIntegralModule/CNLIVEViewController.m
| ... | ... | @@ -32,11 +32,10 @@ |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | - (void)request:(NSString *)userId{ |
| 35 | - // 积分 | |
| 36 | 35 | // 签到 |
| 37 | 36 | NSDictionary *params = @{@"sid":userId,@"appId":AppId}; |
| 38 | 37 | [CNLiveNetworking setAllowRequestDefaultArgument:YES]; |
| 39 | - [CNLiveNetworking requestNetworkWithMethod:CNLiveRequestMethodPOST URLString:CNIntegralSignInUrl Param:params CacheType:CNLiveNetworkCacheTypeNetworkOnly CompletionBlock:^(NSURLSessionTask *requestTask, id responseObject, NSError *error) { | |
| 38 | + [CNLiveNetworking requestNetworkWithMethod:CNLiveRequestMethodPOST URLString:CNIntegralSignInUrl Param:params CacheType:CNLiveNetworkCacheTypeNetworkOnly CompletionBlock:^(NSURLSessionTask *requestTask, id responseObject, NSError *error) { | |
| 40 | 39 | |
| 41 | 40 | }]; |
| 42 | 41 | ... | ... |