Skip to content

Commit

Permalink
fix: key的状态中补充了过期状态
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Oct 12, 2024
1 parent 41c3c67 commit 456589d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi/user/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ enum Role {
enum KeyStatus {
EFFECT = 0; // 生效
FORBIDDEN = 1; // 禁用
DELETE = 2; // 删除
OVERDUE = 2; // 过期
DELETE = 3; // 删除
}

enum UserStatus {
Expand Down

0 comments on commit 456589d

Please sign in to comment.