mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
feat: 增加粉丝数查询第三方接口
This commit is contained in:
parent
094e019063
commit
d7cf7422f4
@ -526,6 +526,17 @@ const bili_client = {
|
|||||||
query: {
|
query: {
|
||||||
vmid: uid
|
vmid: uid
|
||||||
}
|
}
|
||||||
|
}),
|
||||||
|
/**
|
||||||
|
* 线路三
|
||||||
|
* @param {number} uid
|
||||||
|
* @returns {Promise<string>}
|
||||||
|
*/
|
||||||
|
(uid) => get({
|
||||||
|
url: "https://tenapi.cn/bilibilifo/",
|
||||||
|
query: {
|
||||||
|
uid
|
||||||
|
}
|
||||||
})
|
})
|
||||||
], responseText => {
|
], responseText => {
|
||||||
const res = strToJson(responseText);
|
const res = strToJson(responseText);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user