This commit is contained in:
test
2025-12-02 17:24:50 +08:00
parent 81781bea7f
commit 290574b945
14 changed files with 220 additions and 260 deletions

View File

@@ -206,7 +206,8 @@ async function getAndroidURL(userId, token, pid, rateType) {
return {
url: resURL,
rateType: parseInt(rateType)
rateType: parseInt(rateType),
content: respData
}
}
@@ -265,7 +266,8 @@ async function getAndroidURL720p(pid) {
return {
url: resURL,
rateType: parseInt(rateType)
rateType: parseInt(rateType),
content: respData
}
}