添加原画和4k

This commit is contained in:
test
2025-12-16 19:46:29 +08:00
parent 435a4a1024
commit edc25a2364
2 changed files with 9 additions and 8 deletions

View File

@@ -66,7 +66,8 @@ async function getAndroidURL(userId, token, pid, rateType) {
// 请求
const baseURL = "https://play.miguvideo.com/playurl/v1/play/playurl"
let params = "?sign=" + result.sign + "&rateType=" + rateType
+ "&contId=" + pid + "&timestamp=" + timestramp + "&salt=" + result.salt + "&flvEnable=true"
+ "&contId=" + pid + "&timestamp=" + timestramp + "&salt=" + result.salt
+ "&flvEnable=true&super4k=true&trackSubtitle=true&h265N=true"
let respData = await fetch(baseURL + params, {
headers: headers
}).then(r => r.json())