Update watching.js

This commit is contained in:
小虎故洞
2021-02-14 19:47:46 +08:00
committed by GitHub
parent 0fd8ec9b79
commit 9b713a6a7c

View File

@@ -14,7 +14,7 @@ module.exports = async (ctx) => {
},
});
//发起第二个HTTP GET请求用于获取关注总数
//发起第二个HTTP GET请求用于获取该用户关注总数
const response2 = await got({
method: 'get',
url: `https://faexport.spangle.org.uk/user/${username}.json`,