one_after 3 месяцев назад
Родитель
Сommit
69bfac9ad1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/business/WithdrawBusiness.php

+ 2 - 0
app/business/WithdrawBusiness.php

@@ -71,6 +71,8 @@ class WithdrawBusiness
                 if (10 > $param['money']) {
                 if (10 > $param['money']) {
                     throw new \Exception('最小提现金额:10元');
                     throw new \Exception('最小提现金额:10元');
                 }
                 }
+            }elseif ($param['mold'] == 12) {
+
             }elseif ($param['mold'] == 55) {
             }elseif ($param['mold'] == 55) {
 
 
             } else {
             } else {