From c3652ff48fd78761f66b37493c4071417abb846a Mon Sep 17 00:00:00 2001 From: dev02 Date: Fri, 12 May 2023 10:18:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BE=8C=E7=AB=AF]=20hinet=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=97=9C=E9=96=89=E9=80=A3=E7=B6=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/HiNetController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontendWebApi/ApiControllers/HiNetController.cs b/FrontendWebApi/ApiControllers/HiNetController.cs index 6396606..92ceeb4 100644 --- a/FrontendWebApi/ApiControllers/HiNetController.cs +++ b/FrontendWebApi/ApiControllers/HiNetController.cs @@ -792,6 +792,7 @@ namespace FrontendWebApi.ApiControllers apiResult.Msg = retCode + " : " + retContent; return BadRequest(apiResult); } + this.EndCon(); } catch (Exception exception) {