使用GetMapping替换RequestMapping

This commit is contained in:
648540858
2024-02-29 18:15:55 +08:00
parent bb94831177
commit c581974027
6 changed files with 98 additions and 94 deletions

View File

@@ -141,6 +141,9 @@ public class PlayController {
streamInfo.channgeStreamIp(host);
}
wvpResult.setData(new StreamContent(streamInfo));
}else {
wvpResult.setCode(code);
wvpResult.setMsg(msg);
}
}else {
wvpResult.setCode(code);