New file |
| | |
| | | package com.cl.common.constant; |
| | | |
| | | /** |
| | | * 信息提示常量类 |
| | | */ |
| | | public class MessageConstant { |
| | | |
| | | public static final String PASSWORD_ERROR = "密码错误"; |
| | | public static final String PHONE_NOT_FOUND = "手机号不存在"; |
| | | |
| | | public static final String ACCOUNT_LOCKED = "账号被锁定"; |
| | | |
| | | public static final String PHONE_REPEAT="手机号重复"; |
| | | public static final String VERIFICATION_CODE_ERROR="验证码错误"; |
| | | public static final String PASSWORD_INCONSISTENCY="两次密码不一致"; |
| | | |
| | | |
| | | public static final String ALREADY_EXISTS="已存在"; |
| | | public static final String UNKNOWN_ERROR = "未知错误"; |
| | | |
| | | public static final String QUESTION_ID_NOT_FOUNT="该问题未找到答案"; |
| | | public static final String USER_NOT_LOGIN = "用户未登录"; |
| | | public static final String TOKEN_EXPIRED = "token过期"; |
| | | |
| | | |
| | | } |