`
runfeel
  • 浏览: 904811 次
文章分类
社区版块
存档分类
最新评论

IPTV/EPG 应用系统源码分析(一)

 
阅读更多


登录鉴权

<html>
<head>
<script language='javascript'>
function AuthFinish(){
Authentication.CTCSetConfig ('UserToken','05138626336204168356820319094307');
Authentication.CTCSetConfig ('EPGDomain','http://XXXXX.132:8080/iptvepg/function/index.jsp');
Authentication.CTCSetConfig ('EPGDomainBackup','http://XXXX.132:8080/iptvepg/function/index.jsp');
Authentication.CTCSetConfig ('NTPDomain','XXX.96.168.10');
Authentication.CTCSetConfig ('UserGroupNMB','2a000058');
Authentication.CTCSetConfig ('TVMSDomain','http://ip:port/tvmsDomain');
Authentication.CTCSetConfig ('TVMSDomainBackup','http://ip:port/tvmsDomainBackup.....');
Authentication.CTCSetConfig ('PlatFlag','1');
Authentication.CTCStartUpdate();
document.location= 'getChannelList';}
</script>
</head>
<body bgcolor='#000000' onload=AuthFinish()></body>
</html>


登录

<html>
<head>
<script language='javascript'>
function SetService(){
	document.location='http://1XX.XXX.131.XXX:8080/iptvepg/function/index.jsp?UserGroupNMB=2a000058&EPGGroupNMB=epgGa002&UserToken=05138626336204168356820319094307&UserID=zhxqtest&STBID=D2100100000000400000001E73AFC3DA';}</script>
</head>
<body bgcolor="#000000" onload=SetService()></body>
</html>



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics