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)
{