| | |
| | | /** |
| | | * 缓存有效期,默认720(分钟) |
| | | */ |
| | | public final static long EXPIRATION = 720; |
| | | public final static long EXPIRATION = 7200; |
| | | |
| | | /** |
| | | * 缓存刷新时间,默认120(分钟) |
| | |
| | | */ |
| | | public static final String APP_VERIFY_CAPTCHA_CODE_PREFIX = "app_verify_captcha_code:"; |
| | | /** |
| | | * 更换绑定手机号 redis key |
| | | */ |
| | | public static final String APP_CHANGE_PHONE_CODE_PREFIX = "app_change_phone_code:"; |
| | | /** |
| | | * 添加银行卡 redis key |
| | | */ |
| | | public static final String ADD_CARD_PHONE_CODE_PREFIX = "add_card_phone_code:"; |
| | | /** |
| | | * APP第三方登录手机号校验验证码修改密码秘钥 redis key |
| | | */ |
| | | public static final String APP_PASSWORD_SECRET_PREFIX = "app_password_secret:"; |
| | | public static final String MANAGEMENT_PASSWORD_SECRET_PREFIX = "management_password_secret:"; |
| | | |
| | | } |