From b166c0f80252ab4e1af4136789cb976364b779b2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 21 十一月 2022 15:12:04 +0800
Subject: [PATCH] 大岛的登陆接口存redis加企业区分
---
VueWebApi/Controllers/KanBanManagerentController.cs | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Controllers/KanBanManagerentController.cs b/VueWebApi/Controllers/KanBanManagerentController.cs
index c0c506e..8bc1d31 100644
--- a/VueWebApi/Controllers/KanBanManagerentController.cs
+++ b/VueWebApi/Controllers/KanBanManagerentController.cs
@@ -193,5 +193,24 @@
return TJson.toJson(mes);
}
#endregion
+
+
+
+ #region[杞﹂棿鐪嬫澘鍏憡]
+ /// <summary>
+ /// 杞﹂棿鐪嬫澘鍏憡
+ /// </summary>
+ /// <param name="shopcode">杞﹂棿缂栫爜</param>
+ /// <returns></returns>
+ [Route(template: "WkspReportNotice")]
+ [HttpPost]
+ public HttpResponseMessage WkspReportNotice(string shopcode)
+ {
+ mes = KanBanManagerentBLL.WkspReportNotice(shopcode);
+ return TJson.toJson(mes);
+ }
+ #endregion
+
+
}
}
--
Gitblit v1.9.3