/cube/info接口不需要认证
This commit is contained in:
parent
39030f42b0
commit
5124293ddb
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue