fix: 专栏无法获取

This commit is contained in:
shanmite 2023-09-01 09:42:58 +08:00
parent b568208990
commit 54af8444db
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ module.exports = Object.freeze({
MSGFEED_AT: 'https://api.bilibili.com/x/msgfeed/at', MSGFEED_AT: 'https://api.bilibili.com/x/msgfeed/at',
MSGFEED_REPLAY: 'https://api.bilibili.com/x/msgfeed/reply', MSGFEED_REPLAY: 'https://api.bilibili.com/x/msgfeed/reply',
MSGFEED_UNREAD: 'https://api.bilibili.com/x/msgfeed/unread', MSGFEED_UNREAD: 'https://api.bilibili.com/x/msgfeed/unread',
READ_CV: 'https://www.bilibili.com/read/cv{{cv}}', READ_CV: 'https://www.bilibili.com/read/cv{{cv}}/',
RELATION_BATCH_MODIFY: 'https://api.bilibili.com/x/relation/batch/modify', RELATION_BATCH_MODIFY: 'https://api.bilibili.com/x/relation/batch/modify',
RELATION_MODIFY: 'https://api.bilibili.com/x/relation/modify', RELATION_MODIFY: 'https://api.bilibili.com/x/relation/modify',
RELATION_STAT: 'https://api.bilibili.com/x/relation/stat', RELATION_STAT: 'https://api.bilibili.com/x/relation/stat',

View File

@ -3,7 +3,7 @@ const bili_client = require("../lib/net/bili");
const util = require('./util'); const util = require('./util');
(async () => { (async () => {
await util.par_run([], [ await util.par_run([0], [
// 0 // 0
async () => { async () => {
let info = await bili_client.getOneArticleByCv(22112353); let info = await bili_client.getOneArticleByCv(22112353);