quguofeng hace 2 años
padre
commit
cc4842d8d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/controller/api/store/order/StoreOrder.php

+ 1 - 0
app/controller/api/store/order/StoreOrder.php

@@ -334,6 +334,7 @@ class StoreOrder extends BaseController
         if($payType == 'balance'){
             if (!systemConfig('yue_pay_status'))
                 throw new ValidateException('未开启余额支付');
+            var_dump($pay_money);exit();
             if ($user['now_money'] < $pay_money)
                 throw new ValidateException('余额不足,请更换支付方式');
             $user->now_money = bcsub($user->now_money, $pay_money, 2);