vod普通加密

This commit is contained in:
wangjinlei
2024-07-22 09:14:28 +08:00
parent cb72c75760
commit 14a77868cd
6 changed files with 40 additions and 12 deletions

View File

@@ -221,8 +221,8 @@ public class CourseController {
@RequestMapping("/mytt2")
public R mytt2(@RequestBody Map<String,String> map){
GetPlayInfoResponseBody urlbody = SpdbUtil.getUrl(map.get("vid"));
String url = urlbody==null?null:urlbody.getPlayInfoList().getPlayInfo().get(0).getPlayURL();
return R.ok().put("result",url);
// String url = urlbody==null?null:urlbody.getPlayInfoList().getPlayInfo().get(0).getPlayURL();
return R.ok().put("result",urlbody);
}