vod普通加密
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user