|
|
|
@ -282,7 +282,7 @@ class UserWalletController extends ApiController |
|
|
|
$checkResult = checkEmailCode($user->email,$emcode,"tb_code" ); |
|
|
|
if ($checkResult !== true) return $this->error(4001, $checkResult); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 提币二次验证开关 |
|
|
|
$withdraw_switch = get_setting_value('withdraw_switch', 'common', 0); |
|
|
|
if ($withdraw_switch == 1) { |
|
|
|
|