适配推流列表信息
This commit is contained in:
@@ -78,4 +78,11 @@ public class CommonChannelController {
|
||||
public void reset(Integer id){
|
||||
channelService.reset(id);
|
||||
}
|
||||
|
||||
@Operation(summary = "增加通道", security = @SecurityRequirement(name = JwtUtils.HEADER))
|
||||
@ResponseBody
|
||||
@PostMapping("/add")
|
||||
public void add(@RequestBody CommonGBChannel channel){
|
||||
channelService.add(channel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user