修复哔哩哔哩总结

修复哔哩哔哩总结
This commit is contained in:
Fate2077 2025-03-20 12:20:45 +08:00 committed by GitHub
parent fc21c8aef0
commit 67490024f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1116,7 +1116,11 @@ export class tools extends plugin {
const summaryUrl = `${ BILI_SUMMARY }?${ wbi }`;
logger.info(summaryUrl);
// 构造结果https://api.bilibili.com/x/web-interface/view/conclusion/get?bvid=BV1L94y1H7CV&cid=1335073288&up_mid=297242063&wts=1701546363&w_rid=1073871926b3ccd99bd790f0162af634
return axios.get(summaryUrl)
return axios.get(summaryUrl, {
headers: {
Cookie: `SESSDATA=${ this.biliSessData }`
}
})
.then(resp => {
const data = resp.data.data?.model_result;
// logger.info(data)