修改国际化

This commit is contained in:
he
2023-05-06 16:11:31 +08:00
parent 9b6e8feabf
commit 122b50e114
18 changed files with 97 additions and 33 deletions
@@ -77,13 +77,15 @@ namespace Zhaoxi.NET6.AuthenticationCenter.Controllers
}
else
{
return ResponseOutput.NotOk("Token获取失败");
return ResponseOutput.NotOk("Token获取失败");
}
}
else
{
return ResponseOutput.NotOk("验证失败");
return ResponseOutput.NotOk("验证失败");
}