vod普通加密
This commit is contained in:
@@ -218,6 +218,14 @@ public class CourseController {
|
||||
return R.ok().put("result",decryptKMSDataKeyResponseBody);
|
||||
}
|
||||
|
||||
@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);
|
||||
}
|
||||
|
||||
|
||||
@RequestMapping("/ttt")
|
||||
@SneakyThrows
|
||||
public R ttt(){
|
||||
|
||||
Reference in New Issue
Block a user