短信验证码
This commit is contained in:
parent
78a94bb265
commit
5441909b5a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue