vod普通加密

This commit is contained in:
wangjinlei
2024-07-19 10:07:43 +08:00
parent 2228ed148d
commit 3dc4f41813
4 changed files with 9 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ public class SpdbUtil {
submitTranscodeJobsRequest.setTemplateGroupId("d346d2609a058b9dfd9b8bb392175721");
JSONObject jsonObject = new JSONObject();
jsonObject.put("CipherText",edk);
jsonObject.put("DecryptKeyUri","http://59.110.212.44:8099?CipherText="+edk);
jsonObject.put("DecryptKeyUri","http://api.nuttyreading.com/sys/vodAli/vodAliVideoRe?CipherText="+edk);
jsonObject.put("KeyServiceType","KMS");
submitTranscodeJobsRequest.setEncryptConfig(jsonObject.toJSONString());
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();