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

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

@@ -1034,7 +1034,7 @@ class UserCenter extends Base
             }
             $money = input('money');
             $withdraw_type = input('withdraw_type','bank');
-            if($withdraw_type != 'bank') $this->error('提现方式错误');
+            if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
             $pay_password = input('pay_password');
             if (!$money) $this->error('参数错误');
             $user = Db::name('store_member')->where('id',$this->uid)->find();