yl
2022-08-30 72d62c3296c968bbca7c610fd6248306fe2b46c2
VueWebApi/Controllers/AppDeviceManageController.cs
@@ -111,5 +111,16 @@
            return TJson.toJson(mes);
        }
        #endregion
        #region[测试安灯呼叫]
        [Route(template: "AppDeviceAnDengCallSave")]
        [HttpPost]
        public HttpResponseMessage AppDeviceAnDengCallSave(string eqpcode)
        {
            mes = AppDeviceManageBLL.AppDeviceAnDengCallSave(eqpcode);
            return TJson.toJson(mes);
        }
        #endregion
    }
}