|
@@ -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();
|