From 7267e82ccfbea0fa03e8bc809a2d5ac6f7da84ac Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 20 六月 2025 15:33:36 +0800 Subject: [PATCH] 优化国自AGV和ERP下发的报文处理逻辑 --- api/AgvController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/AgvController.cs b/api/AgvController.cs index a64df99..0f27764 100644 --- a/api/AgvController.cs +++ b/api/AgvController.cs @@ -52,7 +52,7 @@ /// <returns></returns> [HttpPost] [Route("safetyInteraction")] - public ReturnResult SafetyInteraction(SafetyInteractionInfo model) { + public gzResult SafetyInteraction(SafetyInteractionInfo model) { return WCSCore.SafetyInteraction(model); } } -- Gitblit v1.9.1