Commit 50d93209649998aef5902635ce1c863c7c90cbc2
1 parent
7e89f32e
0.0.9
Showing
2 changed files
with
5 additions
and
1 deletions
CNLivePayCostModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLivePayCostModule' | 10 | s.name = 'CNLivePayCostModule' |
| 11 | - s.version = '0.0.8' | 11 | + s.version = '0.0.9' |
| 12 | s.summary = 'A short description of CNLivePayCostModule.' | 12 | s.summary = 'A short description of CNLivePayCostModule.' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLivePayCostModule/Classes/Core/CNLivePayCostNetwork.m
| @@ -141,6 +141,8 @@ static NSString *const CNLiveWillBecomeActivePaycostForSHShopNotification = @"CN | @@ -141,6 +141,8 @@ static NSString *const CNLiveWillBecomeActivePaycostForSHShopNotification = @"CN | ||
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | }]; | 143 | }]; |
| 144 | + }else{ | ||
| 145 | + if (completerBlock) completerBlock(-1); | ||
| 144 | } | 146 | } |
| 145 | }]; | 147 | }]; |
| 146 | }]; | 148 | }]; |
| @@ -173,6 +175,8 @@ static NSString *const CNLiveWillBecomeActivePaycostForSHShopNotification = @"CN | @@ -173,6 +175,8 @@ static NSString *const CNLiveWillBecomeActivePaycostForSHShopNotification = @"CN | ||
| 173 | if ([resultCode isEqualToString:@"1000"]) completerBlock(3);//余额支付取消支付 code1000 | 175 | if ([resultCode isEqualToString:@"1000"]) completerBlock(3);//余额支付取消支付 code1000 |
| 174 | } | 176 | } |
| 175 | }]; | 177 | }]; |
| 178 | + }else{ | ||
| 179 | + if (completerBlock) completerBlock(-1); | ||
| 176 | } | 180 | } |
| 177 | }]; | 181 | }]; |
| 178 | }]; | 182 | }]; |