修改原有框架中英文映射
This commit is contained in:
@@ -40,7 +40,7 @@ class DiceLotteryPoolConfigLogic extends BaseLogic
|
||||
{
|
||||
$configType0 = DiceLotteryPoolConfig::where('name', 'default')->find();
|
||||
if (!$configType0) {
|
||||
throw new ApiException('未找到 name=default 的奖池配置,请先创建');
|
||||
throw new ApiException('No name=default pool config found, please create one first');
|
||||
}
|
||||
$configType1 = DiceLotteryPoolConfig::where('name', 'killScore')->find();
|
||||
$row0 = $configType0->toArray();
|
||||
|
||||
Reference in New Issue
Block a user