feat: 新增服务号注册授权页面并优化注册提示信息

This commit is contained in:
ccnetcore
2025-08-30 00:02:27 +08:00
parent bde4611a50
commit ba07e2c905
4 changed files with 327 additions and 16 deletions

View File

@@ -313,7 +313,7 @@ namespace Yi.Framework.Rbac.Domain.Managers
{
if (handle is null)
{
throw new UserFriendlyException($"{userName}用户正在注册中,请稍等");
throw new UserFriendlyException($"{userName}用户正在注册中,请稍等。。。");
}
var userUpName = userName.ToUpper();