- package cn.iselab.mooctest.user.constants;
- /**
- * @Author: xuexb
- * @Date: 2018.12.28 13:10
- */
- public class VerifyConstants {
- public static final String SENDER_NAME = "众测服务平台";
- public static final long TIME_OUT = 1000 * 60 * 5;
- public static final String SMS_VERI_TEMPLATE_ID = "73686";
- // public static final String SMS_VERI_TIMEOUT = "30";
- public static final long MOBILE_VERIFICATION_INTERVAL = 60 * 1000;
- }
|