This commit is contained in:
648540858
2021-09-10 14:06:01 +08:00
parent 21eef022b5
commit 69734af3ba
2 changed files with 5 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ public class PlayServiceImpl implements IPlayService {
WVPResult wvpResult = new WVPResult();
wvpResult.setCode(0);
wvpResult.setMsg("sucess");
wvpResult.setMsg("success");
wvpResult.setData(streamInfo);
msg.setData(wvpResult);