453530270@qq.com 2 years ago
parent
commit
cbececf600
  1. 2
      app/Http/Controllers/Appapi/V1/UserWalletController.php

2
app/Http/Controllers/Appapi/V1/UserWalletController.php

@ -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) {

Loading…
Cancel
Save