Commit 50d635d4 authored by 张国敬's avatar 张国敬

替换缓存组件,增加品牌批量查询接口

parent de1783ce
......@@ -33,9 +33,9 @@ public class ConfigCenterHelper {
private final static String KEY_SPIT = "_##_";
private final static String ERROR_NOT_CONFIG = "未正确配置config-center";
private final static String ERROR_QUERY_SELLER_FAIL = "查询品牌配置出错";
private final static String ERROR_QUERY_STORE_FAIL = "查询门店配置出错-center";
private final static String ERROR_QUERY_STORE_FAIL = "查询门店配置出错";
private final static String ERROR_QUERY_SELLER_INVALID = "品牌配置的查询参数不正确";
private final static String ERROR_QUERY_STORE_INVALID = "门店配置的查询参数不正确-center";
private final static String ERROR_QUERY_STORE_INVALID = "门店配置的查询参数不正确";
private final static String ERROR_SELLER_ID_EMPTY = "品牌ID sellerId为空";
private final static String ERROR_STORE_ID_EMPTY = "门店ID storeId为空";
private final static String ERROR_FIELD_CODE_EMPTY = "字段编码 filedCode为空";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment