mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
890c86c3af
commit
1d4e8eaaca
@ -568,7 +568,10 @@ const bili_client = {
|
||||
*/
|
||||
getOneArticleByCv(cv) {
|
||||
return get({
|
||||
url: API.READ_CV.replace('{{cv}}', cv)
|
||||
url: API.READ_CV.replace('{{cv}}', cv),
|
||||
config: {
|
||||
redirect: true
|
||||
}
|
||||
});
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user