Commit 30eeea5a by libai

测试

parent f30c208c
Showing with 11 additions and 0 deletions
...@@ -13,6 +13,7 @@ else{ ...@@ -13,6 +13,7 @@ else{
$ip='http://cpapitest.yabolive.net:81/' $ip='http://cpapitest.yabolive.net:81/'
$ws = "ws://47.242.178.187:12308/" $ws = "ws://47.242.178.187:12308/"
} }
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
try { try {
if (/iphone|ipad|ipod/.test(ua)) { if (/iphone|ipad|ipod/.test(ua)) {
...@@ -24,6 +25,16 @@ try { ...@@ -24,6 +25,16 @@ try {
} }
$ip = "https://cpapi.footseen.xyz/"; $ip = "https://cpapi.footseen.xyz/";
$ws = "wss://websocket.footseen.xyz:12308/" $ws = "wss://websocket.footseen.xyz:12308/"
//移動端
if (bbb.indexOf("www.footseen.xyz/video.html") > -1) {
$ip = 'https://webserver.yabolive.net';
$ws='wss://zhiboweb.ishuaji.cn/yzsocket/ws?type=2'
$url ='https://activity.ishuaji.cn/'
$pay='https://pay.ishuaji.cn/'
$api='https://zhibo.lvdou66.com/'
checkIp()
}
var bbb = location.href; var bbb = location.href;
var data = url_get_params(bbb) var data = url_get_params(bbb)
if (sessionStorage.kkk == undefined) { if (sessionStorage.kkk == undefined) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment