修改国际化取消权限限制
parent
7b1a0affbe
commit
403885ef3f
|
@ -52,6 +52,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
/// 前端批量提交,后端判断不存在就添加,存在就更新
|
/// 前端批量提交,后端判断不存在就添加,存在就更新
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
[AllowAnonymous]
|
||||||
public async Task<IResponseOutput> BatchAddOrUpdateFrontInternationalization(List<BatchInternationalizationDto> batchList)
|
public async Task<IResponseOutput> BatchAddOrUpdateFrontInternationalization(List<BatchInternationalizationDto> batchList)
|
||||||
{
|
{
|
||||||
foreach (var item in batchList)
|
foreach (var item in batchList)
|
||||||
|
|
Loading…
Reference in New Issue