修改爬虫

This commit is contained in:
编码猿
2024-11-22 12:37:26 +08:00
parent e09dec6dc8
commit 9f998fc3e7

View File

@@ -25,7 +25,6 @@ app.get('/', async (req, res) => {
page: "profile",
pcursor: "空"
});
res.json(data)
})