zhongrj
2023-07-03 b47270f832387263cdafd30ce5b4f056a18492aa
1
2
3
4
5
6
7
8
9
10
11
package cn.gistack.alerts.sms.constant;
 
public class SmsConstant {
 
 
    /**
     * 已发短息人员redis 过期时间(秒),暂定24小时
     */
    public static final Integer max_send_size = 1000;
 
}