瀏覽代碼

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

xiaoyu 2 年之前
父節點
當前提交
b5be13c439
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
                 global $code_amount;
                 $amount = $params['SupProductFaceValue'];
                 $amount = $params['SupProductFaceValue'];
                 $yz_amount = $code_amount[$SupProductId];
                 $yz_amount = $code_amount[$SupProductId];
-                if(empty($yz_amount) || $amount != $yz_amount)
-                {
+                if (empty($yz_amount) || $amount != $yz_amount) {
                     return [false, '面值错误'];
                     return [false, '面值错误'];
                 }
                 }
+
                 $input = ['mchid' => $mchid,
                 $input = ['mchid' => $mchid,
                     'buyer_id' => $userid,
                     'buyer_id' => $userid,
                     'amount' => refill\util::ThirdRefillAmount,
                     'amount' => refill\util::ThirdRefillAmount,