feat: 增加粉丝数查询第三方接口

This commit is contained in:
shanmite 2021-12-02 19:18:51 +08:00
parent 094e019063
commit d7cf7422f4

View File

@ -526,6 +526,17 @@ const bili_client = {
query: {
vmid: uid
}
}),
/**
* 线路三
* @param {number} uid
* @returns {Promise<string>}
*/
(uid) => get({
url: "https://tenapi.cn/bilibilifo/",
query: {
uid
}
})
], responseText => {
const res = strToJson(responseText);