one_after 3 months ago
parent
commit
69bfac9ad1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/business/WithdrawBusiness.php

+ 2 - 0
app/business/WithdrawBusiness.php

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