回放,h5失效

This commit is contained in:
test
2025-09-09 09:59:17 +08:00
parent 5b7c1dd7bd
commit 8c7979c58f
14 changed files with 10088 additions and 479 deletions

View File

@@ -53,7 +53,7 @@ async function dataList() {
// 获取电视链接
async function getUrlInfo(contId) {
try {
const resp = await axios.get(`https://webapi.miguvideo.com/gateway/playurl/v2/play/playurlh5?contId=${contId}&rateType=999&startPlay=true&xh265=false&channelId=0131_200300220100002`)
const resp = await axios.get(`https://webapi.miguvideo.com/gateway/playurl/v2/play/playurlh5?contId=${contId}&rateType=999&clientId=-&startPlay=true&xh265=false&channelId=0131_200300220100002`)
// console.log(resp.data.body.urlInfo.url)
// console.log(resp.data)
if (resp.data?.body?.urlInfo?.url) {