修改原有框架中英文映射
This commit is contained in:
@@ -63,7 +63,7 @@ class SystemConfigLogic extends BaseLogic
|
||||
{
|
||||
$group = SystemConfigGroup::find($group_id);
|
||||
if (!$group) {
|
||||
throw new ApiException('配置组未找到');
|
||||
throw new ApiException('Config group not found');
|
||||
}
|
||||
$saveData = [];
|
||||
foreach ($config as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user