From 0dec20413c9c5fb79d2fced3951bc009fb6961c8 Mon Sep 17 00:00:00 2001 From: CaesarBao Date: Wed, 4 Jun 2025 11:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HighWayAssemble/Protocol/ApiServer.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HighWayAssemble/Protocol/ApiServer.cs b/HighWayAssemble/Protocol/ApiServer.cs index 0cf0a48..0179236 100644 --- a/HighWayAssemble/Protocol/ApiServer.cs +++ b/HighWayAssemble/Protocol/ApiServer.cs @@ -25,7 +25,11 @@ namespace HighWayAssemble.Protocol m_EquipClient = App.Make(); Sql = App.Make(System.Configuration.ConfigurationManager.AppSettings["SqlString"]); } - + /// + /// 测试 + /// + /// + /// [WebApi(Method = HttpMethodType.Post)] public async Task> RFIDcontrol(MesParaData mesParaData) {