修复码流类型的设置与重置

This commit is contained in:
648540858
2024-10-22 22:54:37 +08:00
parent 92ccadf4bf
commit 2be43429fb
4 changed files with 5 additions and 6 deletions

View File

@@ -243,8 +243,6 @@ public class DeviceQuery {
}
@Operation(summary = "修改通道的码流类型", security = @SecurityRequirement(name = JwtUtils.HEADER))
@Parameter(name = "deviceId", description = "设备国标编号", required = true)
@Parameter(name = "channel", description = "通道信息", required = true)
@PostMapping("/channel/stream/identification/update/")
public void updateChannelStreamIdentification(DeviceChannel channel){
deviceChannelService.updateChannelStreamIdentification(channel);