yl
2022-09-02 59043b0e6f2f492550c1ffd9c06d8f008b96e3bd
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
    }
}