VerifyConstants.java 446 B

1234567891011121314
  1. package cn.iselab.mooctest.user.constants;
  2. /**
  3. * @Author: xuexb
  4. * @Date: 2018.12.28 13:10
  5. */
  6. public class VerifyConstants {
  7. public static final String SENDER_NAME = "众测服务平台";
  8. public static final long TIME_OUT = 1000 * 60 * 5;
  9. public static final String SMS_VERI_TEMPLATE_ID = "73686";
  10. // public static final String SMS_VERI_TIMEOUT = "30";
  11. public static final long MOBILE_VERIFICATION_INTERVAL = 60 * 1000;
  12. }