短信验证码

This commit is contained in:
钱涛 2025-09-04 10:13:13 +08:00
parent 78a94bb265
commit 5441909b5a
1 changed files with 1 additions and 1 deletions

View File

@ -1767,7 +1767,7 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
getSalaryCacheService(user).set(SALARY_CACHE_SMS_CODE + "_" + id, cacheValue);
//3发送短信
MessageUtil.sendSMS(mobile, "验证码:" + mobileCode + "有效时间10分钟用于查看工资单请不要告诉他人。");
MessageUtil.sendSMS(mobile, "【西部信托】验证码:" + mobileCode + "有效时间10分钟。此验证码用于查看工资单明细请勿告诉他人。");
}
@Override