This commit is contained in:
ChenYi 2025-10-31 14:23:18 +08:00
parent 1f2f6ce981
commit 1bbd93e568

View File

@ -93,7 +93,7 @@ namespace JiShe.IoT.Controllers
/// </summary> /// </summary>
/// <param name="input"></param> /// <param name="input"></param>
/// <returns></returns> /// <returns></returns>
[HttpPost(nameof(DeviceCommandForApiAsync))] [HttpPost(nameof(BatchCreateDeviceInfoAsync))]
[SwaggerOperation(summary: "发送设备指令信息", Tags = new[] { "AggregationDevice" })] [SwaggerOperation(summary: "发送设备指令信息", Tags = new[] { "AggregationDevice" })]
public Task<HttpDataResult> BatchCreateDeviceInfoAsync() public Task<HttpDataResult> BatchCreateDeviceInfoAsync()
{ {