he2802 1 year ago
parent
commit
2d020f6ba0

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/tencentcloud/service/impl/VodServiceImpl.java

@@ -93,7 +93,7 @@ public class VodServiceImpl implements IVodService {
         Long CurrentTime = DateUtils.getNowTime();
         Long PsignExpire = DateUtils.getNowTime()+12*3600;
         String UrlTimeExpire = Long.toHexString(PsignExpire);
-        String PlayKey = "TxtyhLlgo7J3iOADIron";
+        String PlayKey = "BlLcfriLPbYKPG1PWbzQ";
         HashMap<String, Object> urlAccessInfo = new HashMap<String, Object>();
         urlAccessInfo.put("t", UrlTimeExpire);
         HashMap<String, Object> contentInfo = new HashMap<String, Object>();