Commit c3547900 by 吴博

feat: [1005481] 服务消息预警

parent cb5840c5
...@@ -209,4 +209,9 @@ public class SMSTemplateConstant { ...@@ -209,4 +209,9 @@ public class SMSTemplateConstant {
* [书僮小睿]您的验证码是${code},验证码有效期5分钟。如非本人操作,请勿理会。 * [书僮小睿]您的验证码是${code},验证码有效期5分钟。如非本人操作,请勿理会。
*/ */
public static final String RAYS_VERIFY_CODE = "SMS_21061100004"; public static final String RAYS_VERIFY_CODE = "SMS_21061100004";
/**
* 服务${serveName}剩余使用数量已不足20%, 请及时充值。
*/
public static final String ALERT_MESSAGE_COUNT = "SMS_21061100005";
} }
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