优化
This commit is contained in:
@@ -22,6 +22,7 @@ public class LiveInfoController {
|
||||
|
||||
@GetMapping("/live/{cnlid}")
|
||||
public String getLiveInfo(@PathVariable String cnlid) throws Exception {
|
||||
log.info("执行查询直播cnlid: {}", cnlid);
|
||||
return liveInfoService.getLiveInfo(cnlid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user