|
@@ -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,
|