|
|
@ -17,7 +17,9 @@ let userCookie = ($.isNode() ? process.env[ckName] : $.getdata(ckName)) || ''; |
|
|
|
let userList = [] |
|
|
|
let userIdx = 0 |
|
|
|
let userCount = 0 |
|
|
|
let baseUrl = 'http://423n669m71.no-ip.org:9000/api/endpoints/2'; |
|
|
|
// let baseUrl = 'http://423n669m71.no-ip.org:9000/api/endpoints/2';
|
|
|
|
// let apiKey = "ptr_oQzrYfeDBfuGSbaK2qOM83zN94RyEZfO8v+DdUJwccA="
|
|
|
|
let baseUrl = 'http://127.0.0.1:9000/api/endpoints/2'; |
|
|
|
let apiKey = "ptr_oQzrYfeDBfuGSbaK2qOM83zN94RyEZfO8v+DdUJwccA=" |
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////
|
|
|
@ -50,7 +52,7 @@ class UserInfo { |
|
|
|
await httpRequest('get', urlObject) |
|
|
|
let result = httpResult; |
|
|
|
if (!result?.data?.room_info?.live_status) { |
|
|
|
console.log("未开播") |
|
|
|
console.log("未开播",result) |
|
|
|
} |
|
|
|
return result?.data?.room_info?.live_status == 1; |
|
|
|
} |
|
|
|