fix: 专栏获取为空 (#425)

Fixed #425
This commit is contained in:
shanmite 2024-11-09 13:50:13 +08:00
parent 890c86c3af
commit 1d4e8eaaca

View File

@ -568,7 +568,10 @@ const bili_client = {
*/ */
getOneArticleByCv(cv) { getOneArticleByCv(cv) {
return get({ return get({
url: API.READ_CV.replace('{{cv}}', cv) url: API.READ_CV.replace('{{cv}}', cv),
config: {
redirect: true
}
}); });
}, },
/** /**