mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
Update watching.js
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = async (ctx) => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
//发起第二个HTTP GET请求,用于获取被关注总数
|
//发起第二个HTTP GET请求,用于获取该用户关注总数
|
||||||
const response2 = await got({
|
const response2 = await got({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: `https://faexport.spangle.org.uk/user/${username}.json`,
|
url: `https://faexport.spangle.org.uk/user/${username}.json`,
|
||||||
|
|||||||
Reference in New Issue
Block a user