mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
commit
61aa59473a
@ -1116,7 +1116,11 @@ export class tools extends plugin {
|
|||||||
const summaryUrl = `${ BILI_SUMMARY }?${ wbi }`;
|
const summaryUrl = `${ BILI_SUMMARY }?${ wbi }`;
|
||||||
logger.info(summaryUrl);
|
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
|
// 构造结果: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 => {
|
.then(resp => {
|
||||||
const data = resp.data.data?.model_result;
|
const data = resp.data.data?.model_result;
|
||||||
// logger.info(data)
|
// logger.info(data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user