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