✨系统监控数据查询新增登录验证
This commit is contained in:
parent
41dbfd511e
commit
24c2cd1cc7
@ -3,6 +3,7 @@ using Microsoft.AspNetCore.Mvc;
|
|||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
using ZR.Admin.WebApi.Filters;
|
||||||
|
|
||||||
namespace ZR.Admin.WebApi.Controllers.monitor
|
namespace ZR.Admin.WebApi.Controllers.monitor
|
||||||
{
|
{
|
||||||
@ -10,6 +11,7 @@ namespace ZR.Admin.WebApi.Controllers.monitor
|
|||||||
/// 系统监控
|
/// 系统监控
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ApiExplorerSettings(GroupName = "sys")]
|
[ApiExplorerSettings(GroupName = "sys")]
|
||||||
|
[Verify]
|
||||||
public class MonitorController : BaseController
|
public class MonitorController : BaseController
|
||||||
{
|
{
|
||||||
private OptionsSetting Options;
|
private OptionsSetting Options;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user