记得上下班打卡 | git大法好,push需谨慎

Commit 0207352b authored by 张国柄's avatar 张国柄

fix:短信验证码模版更换(1分钟);

parent 2a7b5cdb
...@@ -28,6 +28,12 @@ public class SmsEnum { ...@@ -28,6 +28,12 @@ public class SmsEnum {
* 短信模版 * 短信模版
*/ */
public enum ADTemplate { public enum ADTemplate {
/**
* 验证码:验证码
* - 您的验证码是:${code}。该验证码1分钟内有效,请不要把验证码泄露给其他人。
* - "{\"code\":\"?1\"}"
*/
SMS_221055862,
/** /**
* 验证码:验证码 * 验证码:验证码
* - 您的验证码是:${code}。该验证码15分钟内有效,请不要把验证码泄露给其他人。 * - 您的验证码是:${code}。该验证码15分钟内有效,请不要把验证码泄露给其他人。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment