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()
{