Merge branch 'master' into 重构/1078

This commit is contained in:
lin
2025-08-01 19:00:13 +08:00
22 changed files with 1205 additions and 276 deletions

View File

@@ -117,7 +117,7 @@ public class RedisRpcChannelPlayController extends RpcController {
}
try {
channelService.queryRecordInfo(channel, startTime, endTime, (code, msg, data) ->{
channelPlayService.queryRecord(channel, startTime, endTime, (code, msg, data) ->{
if (code == InviteErrorCode.SUCCESS.getCode()) {
response.setStatusCode(code);
response.setBody(data);