yl
2022-08-31 2264c47cff7ab5ce52d7c158ac0eb941e7b46506
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
    }
}