修复银联支付不能成功的bug
Code Review By Rock Zhang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -54,7 +54,7 @@ class Service extends PayAbstract | @@ -54,7 +54,7 @@ class Service extends PayAbstract | ||
54 | if ($verify) { | 54 | if ($verify) { |
55 | //更改订单状态 | 55 | //更改订单状态 |
56 | $responseData->orderCode = $package['orderId']; | 56 | $responseData->orderCode = $package['orderId']; |
57 | - $responseData->payResult = 0; | 57 | + $responseData->payResult = 200; |
58 | $responseData->payTime = time(); | 58 | $responseData->payTime = time(); |
59 | $responseData->totalFee = $package['txnAmt'] * 0.01; | 59 | $responseData->totalFee = $package['txnAmt'] * 0.01; |
60 | $responseData->bankName = ''; | 60 | $responseData->bankName = ''; |
-
Please register or login to post a comment