ErrorCodeEnum
This commit is contained in:
@@ -43,6 +43,7 @@ public enum ErrorCodeEnum {
|
||||
FEISHU_SERVICE_ERROR(1021024,"飞书服务调用异常", null),
|
||||
USER_GROUP_NAME_EXIST(1021076, "用户分组名称已存在", null),
|
||||
USER_GROUP_NOT_EXIST(1021077, "用户分组不存在", null),
|
||||
GET_INFO_ERROR(1021078, "获取信息异常", null),
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user