Parcourir la source

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu il y a 2 ans
Parent
commit
b5be13c439
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      helper/rbridge/fulu_youjun/Bridge.php

+ 2 - 2
helper/rbridge/fulu_youjun/Bridge.php

@@ -86,10 +86,10 @@ class Bridge implements IBridge
                 global $code_amount;
                 $amount = $params['SupProductFaceValue'];
                 $yz_amount = $code_amount[$SupProductId];
-                if(empty($yz_amount) || $amount != $yz_amount)
-                {
+                if (empty($yz_amount) || $amount != $yz_amount) {
                     return [false, '面值错误'];
                 }
+
                 $input = ['mchid' => $mchid,
                     'buyer_id' => $userid,
                     'amount' => refill\util::ThirdRefillAmount,