[1078] 合并新UI

This commit is contained in:
lin
2025-05-14 18:01:12 +08:00
parent 68f7d3ef74
commit 081a146f2a
9 changed files with 535 additions and 467 deletions

View File

@@ -100,7 +100,7 @@ public class JT1078TerminalController {
@Operation(summary = "1078-更新通道", security = @SecurityRequirement(name = JwtUtils.HEADER))
@Parameter(name = "channel", description = "通道", required = true)
@PostMapping("/channel/update")
public void updateChannel(JTChannel channel){
public void updateChannel(@RequestBody JTChannel channel){
assert channel.getId() > 0;
assert channel.getChannelId() != null;
service.updateChannel(channel);