From a4dc8555784860a7145bb79493776c1feb8b5122 Mon Sep 17 00:00:00 2001 From: Marvin Date: Mon, 24 Feb 2025 11:47:24 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9GetRoleProgramsByRole?= =?UTF-8?q?=E7=9A=84=E5=91=BC=E5=8F=ABTimeout=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/HttpApis/ISYS.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AMESCoreStudio.Web/HttpApis/ISYS.cs b/AMESCoreStudio.Web/HttpApis/ISYS.cs index 3a3093a8..c634a7f5 100644 --- a/AMESCoreStudio.Web/HttpApis/ISYS.cs +++ b/AMESCoreStudio.Web/HttpApis/ISYS.cs @@ -290,6 +290,7 @@ namespace AMESCoreStudio.Web /// /// [WebApiClient.Attributes.HttpGet("api/RolePrograms/Role/{id}")] + [WebApiClient.Attributes.Timeout(300000)] ITask> GetRoleProgramsByRole(int id, int page = 0, int limit = 10); #endregion