This commit is contained in:
Jack
2020-05-08 18:08:47 +08:00
parent 60f21f6113
commit b59a169e10
12 changed files with 98 additions and 61 deletions

View File

@ -74,6 +74,8 @@ public class Constants {
public static final String SP_NO_REMIND_AGAIN = "no_remind_again";
//游戏详情过滤标签数据
public static final String SP_FILTER_TAGS= "filter_tags";
//实名认证弹窗分类数据
public static final String SP_AUTH_DIALOG= "auth_dialog";
//手机号码匹配规则
public static final String REGEX_MOBILE = "^((13[0-9])|(15[^4,\\D])|(18[0,5-9]))\\d{8}$";