feat: 增强环境配置与开发服务,支持局域网访问及币种管理
This commit is contained in:
@@ -57,7 +57,7 @@ final class WalletTransferInController extends Controller
|
||||
{
|
||||
$code = CurrencyResolver::resolve($request, $player, 'currency');
|
||||
|
||||
if (! CurrencyResolver::isValid($code)) {
|
||||
if (! CurrencyResolver::isEnabled($code)) {
|
||||
return ApiResponse::error(
|
||||
__('wallet.invalid_currency'),
|
||||
ErrorCode::WalletInvalidCurrency->value,
|
||||
|
||||
Reference in New Issue
Block a user