shish 2 anni fa
parent
commit
1db3568df9
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      app-pt/controllers/CashController.php

+ 1 - 3
app-pt/controllers/CashController.php

@@ -71,9 +71,7 @@ class CashController extends BaseController
 
             $cashAccount = $main->cashAccount ?? '';
             $cashName = $main->cashName ?? '';
-            if (empty($cashAccount) || empty($cashName)) {
-                util::fail('提现帐号未填写完整');
-            }
+
             $cashSn = $cash->orderSn;
             if (empty($cashSn)) {
                 util::fail('没有找到订单号');