afa 1 year ago
parent
commit
2fbf602500
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Money.php

+ 1 - 1
application/api/controller/Money.php

@@ -207,7 +207,7 @@ class Money extends Api
             $this->error(__('无提现信息'));
             $this->error(__('无提现信息'));
         }
         }
 
 
-        if(empty($user['usdt_address'] && empty($user['bank_info']){
+        if(empty($user['usdt_address']) && empty($user['bank_info'])){
             $this->error(__('出款信息未配置'), '', 4002);
             $this->error(__('出款信息未配置'), '', 4002);
         }
         }