代码提交

This commit is contained in:
2023-05-15 19:59:49 +08:00
parent 78b4513880
commit 5c49f0b198
5 changed files with 26 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ public enum AccessResponseEnum {
* A0301 ~ A0399 用于用户模块的枚举
* <p>
*/
DEV_NO_FIND("A0301", "nDid匹配!"),
NDID_NO_FIND("A0301", "与平台nDid匹配错误!"),
MODEL_REPEAT("A0302", "模板重复,请勿重复录入!"),
MODEL_NO_FIND("A0302", "模板不存在,请先录入模板数据!"),