feat: swagger接口文档更新1.0.8改TokenAuth
This commit is contained in:
@@ -29,7 +29,7 @@ type MonitorController struct {
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security ApiKeyAuth
|
||||
// @Security TokenAuth
|
||||
// @Summary Resource monitoring information loading
|
||||
// @Description Resource monitoring information loading
|
||||
// @Router /monitor/load [get]
|
||||
|
||||
@@ -27,7 +27,7 @@ type SysCacheController struct{}
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security ApiKeyAuth
|
||||
// @Security TokenAuth
|
||||
// @Summary Cache Service Information
|
||||
// @Description Cache Service Information
|
||||
// @Router /monitor/cache [get]
|
||||
|
||||
@@ -37,7 +37,7 @@ type SysUserOnlineController struct {
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security ApiKeyAuth
|
||||
// @Security TokenAuth
|
||||
// @Summary System Online User List
|
||||
// @Description System Online User List
|
||||
// @Router /monitor/online/list [get]
|
||||
|
||||
@@ -27,7 +27,7 @@ type SystemInfoController struct {
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security ApiKeyAuth
|
||||
// @Security TokenAuth
|
||||
// @Summary Server Information
|
||||
// @Description Server Information
|
||||
// @Router /monitor/system-info [get]
|
||||
|
||||
Reference in New Issue
Block a user