From e5ecf457fcfb39143f0bd627d5ac1a6c212b3ecb Mon Sep 17 00:00:00 2001 From: CaesarBao Date: Wed, 4 Jun 2025 08:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=A5=E5=8F=A3=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HighWayAssemble/Protocol/ApiServer.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HighWayAssemble/Protocol/ApiServer.cs b/HighWayAssemble/Protocol/ApiServer.cs index 725b3ce..0cf0a48 100644 --- a/HighWayAssemble/Protocol/ApiServer.cs +++ b/HighWayAssemble/Protocol/ApiServer.cs @@ -37,6 +37,11 @@ namespace HighWayAssemble.Protocol Msg = "sucess", }; } + /// + /// 查询设备信息 + /// + /// + /// [WebApi(Method = HttpMethodType.Post)] public async Task> basedata(string Requesttime) {