@@ -68,6 +68,7 @@ class UserWalletApply extends Model
{
$user = User::info();
$config = self::getWithdrawConfig();
+ throw \Exception(json_encode($config));
if (!in_array($type, $config['methods'])) {
throw \Exception('暂不支持该提现方式');
}