guoshilong
2024-03-13 c8b03d3da4e29fc3fb9a42ca157738256c331a00
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;
 
}