feat: 更新开发环境配置,支持在 local 和 testing 环境下的玩家身份绕过,新增钱包余额 API 路由
This commit is contained in:
6
lang/en/wallet.php
Normal file
6
lang/en/wallet.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
/** PRD 钱包段多语言;NegotiateLotteryLocale 后由 __() 选用 */
|
||||
return [
|
||||
'invalid_currency' => 'Invalid currency code',
|
||||
];
|
||||
5
lang/ne/wallet.php
Normal file
5
lang/ne/wallet.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'invalid_currency' => 'मुद्रा कोड अमान्य',
|
||||
];
|
||||
5
lang/zh/wallet.php
Normal file
5
lang/zh/wallet.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'invalid_currency' => '币种参数不合法',
|
||||
];
|
||||
Reference in New Issue
Block a user