From e48240b6eb46d2a15d7d94ba0c41719788073e1f Mon Sep 17 00:00:00 2001 From: dev01 Date: Fri, 30 Dec 2022 20:14:23 +0800 Subject: [PATCH] =?UTF-8?q?[FrontendWebApi]=20=20forge=5Fnode=5Fname=5Fsys?= =?UTF-8?q?tem=5Ftype=20=E8=A3=9C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/MyBaseApiController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontendWebApi/ApiControllers/MyBaseApiController.cs b/FrontendWebApi/ApiControllers/MyBaseApiController.cs index 8821f51..f347c2c 100644 --- a/FrontendWebApi/ApiControllers/MyBaseApiController.cs +++ b/FrontendWebApi/ApiControllers/MyBaseApiController.cs @@ -35,6 +35,7 @@ namespace FrontendWebApi.ApiControllers public string actionName; public string main_system_type = "device_system_category_layer2"; public string sub_system_type = "device_system_category_layer3"; + public string forge_node_name_system_type = "forge_check_node_name"; public ErrorCode errorCode = new ErrorCode(); [Authorize] public override void OnActionExecuting(ActionExecutingContext filterContext)