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