1.添加自定义注解

2.rocketMQ缓存数据统一放置文件夹中
This commit is contained in:
2023-08-28 10:52:32 +08:00
parent 4a2b92ed78
commit 7f88806239
4 changed files with 8 additions and 64 deletions

View File

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