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 } }