[web-app,monitor] 提供后台接口保护,打通前端认证登陆

This commit is contained in:
tomsun28
2021-12-03 09:15:53 +08:00
parent 73d7c0cd5b
commit b632114ebd
10 changed files with 211 additions and 27 deletions

View File

@@ -32,6 +32,11 @@ public interface CommonConstants {
*/
byte MONITOR_CONFLICT = 0x04;
/**
* 响应状态码: 登陆账户密码错误
*/
byte MONITOR_LOGIN_FAILED = 0x05;
/**
* 监控状态码: 未管理
*/