From 1bbd93e568d7b4dc009b9a7454ceb1b4704b117e Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Fri, 31 Oct 2025 14:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/DeviceAggregationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JiShe.IoT.HttpApi/Controllers/DeviceAggregationController.cs b/src/JiShe.IoT.HttpApi/Controllers/DeviceAggregationController.cs index 861c2ba..a5c9fb5 100644 --- a/src/JiShe.IoT.HttpApi/Controllers/DeviceAggregationController.cs +++ b/src/JiShe.IoT.HttpApi/Controllers/DeviceAggregationController.cs @@ -93,7 +93,7 @@ namespace JiShe.IoT.Controllers /// /// /// - [HttpPost(nameof(DeviceCommandForApiAsync))] + [HttpPost(nameof(BatchCreateDeviceInfoAsync))] [SwaggerOperation(summary: "发送设备指令信息", Tags = new[] { "AggregationDevice" })] public Task BatchCreateDeviceInfoAsync() {