refactor: 接口文档请求头 Authorization 参数配置全局,接口移除 @SecurityRequirement
This commit is contained in:
@@ -24,5 +24,10 @@ public interface SystemConstants {
|
||||
*/
|
||||
String ROOT_ROLE_CODE = "ROOT";
|
||||
|
||||
/**
|
||||
* 超级管理员用户名
|
||||
*/
|
||||
String ROOT_USER_NAME = "root";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user