From 52bd4ff046a8f7d1217d4fb3384a642dd11de1f9 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 27 May 2021 13:20:00 +0800 Subject: [PATCH] api拦截器配置,yml修改 --- screen-common/src/main/java/com/moral/constant/Constants.java | 48 +++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 41 insertions(+), 7 deletions(-) diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java index a059de1..fb9db76 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -20,9 +20,19 @@ public static final String MANAGE_VERIFICATIONCODE_COLUMN = "type"; /* + * web������������������������������ + * */ + public static final String FRONT_VERIFICATIONCODE_COLUMN = "type"; + + /* * ������������������������������������ * */ public static final String MANAGE_VERIFICATIONCODE_VALUE = "manage_verificationCode"; + + /* + * web������������������������ + * */ + public static final String FRONT_ERIFICATIONCODE_VALUE = "front_verificationCode"; /* * ��������������������� @@ -52,15 +62,10 @@ /* * ��������������� * */ - public static final Integer WEB_CHANNEL = 1; + public static final String WEB_CHANNEL = "0"; /* - * web������������������������ - * */ - public static final String VERIFICATION_TYPE = "front_verificationCode"; - - /* - * ������������������Key + * ������������������ * */ public static final String LOGIN_OPERTATE_TYPE = "0"; @@ -79,6 +84,35 @@ * */ public static final String DELETE_OPERATE_TYPE = "3"; + /* + * ��������������������������������������� + * */ + public static final String FORMULA_PLACEHOLDER = "{0}"; + + /* + * ������������������ + * */ + public static final String SYSTEM_DICT_TYPE_UNIT = "unit"; + + /* + * ������������������ + * */ + public static final String SYSTEM_DICT_TYPE_PROFESSION = "profession"; + + /* + * ������������������������ + * */ + public static final String SYSTEM_DICT_TYPE_TECH = "tech"; + + /* + * ��������������������������� + * */ + public static final String SYSTEM_DICT_TYPE_DETECTOR = "detector"; + + /* + * ��������������������� + * */ + public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser"; } -- Gitblit v1.8.0