Commit 30eeea5a by libai

测试

parent f30c208c
Showing with 11 additions and 0 deletions
......@@ -13,6 +13,7 @@ else{
$ip='http://cpapitest.yabolive.net:81/'
$ws = "ws://47.242.178.187:12308/"
}
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
......@@ -24,6 +25,16 @@ try {
}
$ip = "https://cpapi.footseen.xyz/";
$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 data = url_get_params(bbb)
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