BaseConstant.java 648 B

12345678910111213141516171819202122
  1. package cn.efunbox.base.util;
  2. public class BaseConstant {
  3. public static String BIZ_CODE = "1007";
  4. public static String ORDER_BIZ_CODE = "1009";
  5. public static String APP_CODE = "1007";
  6. public static String MEMBER_ORDER_TYPE = "0";
  7. public static String PAY_APP_CHANNEL = "yfklxt";
  8. public static String SUBJECT_KEY = "cn:efunbox:ott:subject_"; //学前主题
  9. public static String SCHEDULE_KEY = "cn:efunbox:ott:schedule_"; //小学课程
  10. public static String VERIFICATION_CODE_PREFIX = "verify:code:mobile_"; //小学课程
  11. public static long WEEK_TIME = 7 * 24 * 60 * 60 * 1000; //一周时间
  12. }