wupengfei 2 years ago
parent
commit
753fa41d59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/UserCenter.php

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

@@ -1046,7 +1046,7 @@ class UserCenter extends Base
             $discount  = getMemberServiceCharge($this->uid);// 折扣
             $poundage_proportion = bcmul($poundage_proportion,$discount);
             if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
-            if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_min_price.'元');
+            if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
 
             if($withdraw_type=='zfb' && (!$user['zfb_account'] || !$user['zfb_real_name'])) $this->error('请先绑定支付宝');
             if($withdraw_type == 'wx' && !$user['openid'])  $this->error('请先绑定微信');