[web-app,monitor] 提供后台接口保护,打通前端认证登陆
This commit is contained in:
@@ -32,6 +32,11 @@ public interface CommonConstants {
|
||||
*/
|
||||
byte MONITOR_CONFLICT = 0x04;
|
||||
|
||||
/**
|
||||
* 响应状态码: 登陆账户密码错误
|
||||
*/
|
||||
byte MONITOR_LOGIN_FAILED = 0x05;
|
||||
|
||||
/**
|
||||
* 监控状态码: 未管理
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user