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