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