jinpengyong
2021-10-26 52cbdcf985d429f11f752e9c17f863fe28fb61ac
账号过期code ,msg添加
1 files modified
5 ■■■■■ changed files
screen-common/src/main/java/com/moral/constant/ResponseCodeEnum.java 5 ●●●●● patch | view | raw | blame | history
screen-common/src/main/java/com/moral/constant/ResponseCodeEnum.java
@@ -61,8 +61,9 @@
    DEVICE_IS_NULL(-46, "设备不存在"),
    TARGET_IS_NULL(-47, "操作目标不存在"),
    VERSION_USED(-48,"型号被使用,无法删除"),
    CANNOT_DELETE_ONESELF(-49,"不能删除自己的账号")
    ;
    CANNOT_DELETE_ONESELF(-49, "不能删除自己的账号"),
    EXPIRE_BEYOND_ADMIN(-50, "不能超过主账号过期时间");
    private final Integer code;
    private final String  msg;