装置注册逻辑判断添加

This commit is contained in:
xy
2024-08-06 20:36:48 +08:00
parent 9b7ec5725b
commit 14e81fd795
2 changed files with 9 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ public enum AccessResponseEnum {
* A0301 ~ A0399 用于用户模块的枚举
* <p>
*/
NDID_NO_FIND("A0301", "此设备未录入或已注册!"),
NDID_NO_FIND("A0301", "此设备未录入!"),
NDID_SAME_STEP("A0301", "此设备已注册!"),
MISSING_CLIENT("A0302","设备客户端不在线!"),
MODEL_REPEAT("A0302", "模板存在,请勿重复录入!"),