From 97bb42c5ccc81b859b9985763f11b54f241fd2fd Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 17 六月 2022 11:20:01 +0800
Subject: [PATCH] 配置项

---
 WebAPI/Controllers/WebAPIController.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index dfa6370..1d08dfd 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -92,6 +92,9 @@
         {
             try
             {
+                InvokeHelper.Login();
+                //return;
+
                 DataSet ds = null;
                 ClsCN oCnLoc = new ClsCN();
                 DAL.ClsUser oUser = new DAL.ClsUser();

--
Gitblit v1.9.1