From e96a24ae91c80eac35d77b2c477af1860211c414 Mon Sep 17 00:00:00 2001 From: dev01 Date: Mon, 8 May 2023 14:29:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E5=8F=B0]=20=E5=BE=8C=E7=AB=AF=20API?= =?UTF-8?q?=20BuildController=20GetSubSystem=20=E5=AF=AB=E6=AD=BB=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=8B=BF=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/BuildController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/FrontendWebApi/ApiControllers/BuildController.cs b/FrontendWebApi/ApiControllers/BuildController.cs index 31289f0..a495cb6 100644 --- a/FrontendWebApi/ApiControllers/BuildController.cs +++ b/FrontendWebApi/ApiControllers/BuildController.cs @@ -268,9 +268,6 @@ namespace FrontendWebApi.ApiControllers [Route("api/GetSubSystem")] public async Task>> GetSubSystem(GetSubPost get) { - get.building_tag = "D2"; - get.main_system_tag = "EE"; - get.sub_system_tag = "E4"; ApiResult apiResult = new ApiResult(jwt_str); if (!jwtlife) {