perf: 许可证机制

This commit is contained in:
fit2cloud-chenyw
2023-12-04 12:15:49 +08:00
parent e701b54d08
commit f6b34ffe12
5 changed files with 17 additions and 22 deletions

View File

@@ -37,7 +37,9 @@ public enum ResultCode {
INTERFACE_EXCEED_LOAD(60006, "接口负载过高"),
/* 权限错误70001-79999 */
PERMISSION_NO_ACCESS(70001, "无访问权限");
PERMISSION_NO_ACCESS(70001, "无访问权限"),
USER_NO_QUOTA(80001, "没有用户配额");
private Integer code;