From 511eae2d2a3d4b02a8e50adb041a3c60ba8ca6ea Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 28 May 2026 16:59:57 +0800 Subject: [PATCH] fix: Fix the issue of sending duplicate SMS verification codes - Fix the prompt for repeated sending of SMS verification code messages --- .../LINGYUN/Abp/Account/MyProfileAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application/LINGYUN/Abp/Account/MyProfileAppService.cs b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application/LINGYUN/Abp/Account/MyProfileAppService.cs index b0613662d..c0008d913 100644 --- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Application/LINGYUN/Abp/Account/MyProfileAppService.cs +++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Application/LINGYUN/Abp/Account/MyProfileAppService.cs @@ -140,7 +140,7 @@ public class MyProfileAppService : AccountApplicationServiceBase, IMyProfileAppS var interval = await SettingProvider.GetAsync(Identity.Settings.IdentitySettingNames.User.SmsRepetInterval, 1); if (securityTokenCacheItem != null) { - throw new UserFriendlyException(L["SendRepeatPhoneVerifyCode", interval]); + throw new UserFriendlyException(L["SendRepeatSmsVerifyCode", interval]); } // 是否已有用户使用手机号绑定