Authored by zhaoyue

ADD admin log interface

@@ -78,7 +78,7 @@ public interface Constants { @@ -78,7 +78,7 @@ public interface Constants {
78 String ADMIN_TOKEN_PREFIX = "ADMINTOKENPREFIX"; 78 String ADMIN_TOKEN_PREFIX = "ADMINTOKENPREFIX";
79 79
80 /** 80 /**
81 - * 操作员操作类型 81 + * 操作员操作类型,0 新用户注册;1 体检; 2 老用户引导; 3 问诊;
82 */ 82 */
83 public static final int OP_NEWUSER_REGISTER = 0; 83 public static final int OP_NEWUSER_REGISTER = 0;
84 public static final int OP_HELTH_EXAM = 1; 84 public static final int OP_HELTH_EXAM = 1;