1. 添加部分swagger文档
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.realtime.protection.configuration.satoken.role;
|
||||
|
||||
public enum Admin implements Role {
|
||||
ADMIN
|
||||
public enum User implements Role {
|
||||
ADMIN,
|
||||
NORMAL
|
||||
}
|
||||
Reference in New Issue
Block a user