[1078] 合并主线

This commit is contained in:
lin
2025-03-18 16:35:40 +08:00
parent 0329c8f5d1
commit 242062bda3

View File

@@ -112,7 +112,7 @@ public class JT1078Controller {
} catch (MalformedURLException e) {
host=request.getLocalAddr();
}
streamInfo.channgeStreamIp(host);
streamInfo.changeStreamIp(host);
}
wvpResult.setData(new StreamContent(streamInfo));
}else {
@@ -181,7 +181,7 @@ public class JT1078Controller {
} catch (MalformedURLException e) {
host=request.getLocalAddr();
}
streamInfo.channgeStreamIp(host);
streamInfo.changeStreamIp(host);
}
wvpResult.setData(new StreamContent(streamInfo));
}else {
@@ -309,7 +309,7 @@ public class JT1078Controller {
} catch (MalformedURLException e) {
host=request.getLocalAddr();
}
streamInfo.channgeStreamIp(host);
streamInfo.changeStreamIp(host);
}
wvpResult.setData(new StreamContent(streamInfo));
}else {