|
@@ -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>();
|