Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2017-04-04 22:47:07 +0800
Commit
55878618f30f32e2939e12f26d646ef41520e23b
1 parent
b638de99
ADD admin log interface
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/xkl/config/Constants.java
src/main/java/com/xkl/config/Constants.java
View file @
5587861
...
...
@@ -78,7 +78,7 @@ public interface Constants {
String
ADMIN_TOKEN_PREFIX
=
"ADMINTOKENPREFIX"
;
/**
* 操作员操作类型
* 操作员操作类型
,0 新用户注册;1 体检; 2 老用户引导; 3 问诊;
*/
public
static
final
int
OP_NEWUSER_REGISTER
=
0
;
public
static
final
int
OP_HELTH_EXAM
=
1
;
...
...
Please
register
or
login
to post a comment