Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JavaBasic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PublicSource
JavaBasic
Commits
50d635d4
Commit
50d635d4
authored
Dec 20, 2021
by
张国敬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换缓存组件,增加品牌批量查询接口
parent
de1783ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ConfigCenterHelper.java
.../java/com/qmai/basic/configcenter/ConfigCenterHelper.java
+2
-2
No files found.
src/main/java/com/qmai/basic/configcenter/ConfigCenterHelper.java
View file @
50d635d4
...
...
@@ -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为空"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment