mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-17 23:34:45 +08:00
更新
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user