/cube/info接口不需要认证

This commit is contained in:
智能大石头 2023-12-06 22:24:00 +08:00
parent 39030f42b0
commit 5124293ddb
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class CubeController : ControllerBaseX
/// <summary>服务器信息,用户健康检测</summary>
/// <param name="state">状态信息</param>
/// <returns></returns>
[AllowAnonymous]
[HttpGet]
public ActionResult Info(String state)
{
@ -91,6 +92,7 @@ public class CubeController : ControllerBaseX
#region
/// <summary>获取所有接口信息</summary>
/// <returns></returns>
[AllowAnonymous]
[HttpGet]
public ActionResult Apis()
{