fix: xueqiu user_stock (#2931)
This commit is contained in:
parent
61ee926cfb
commit
d5a4f66619
|
|
@ -20,7 +20,7 @@ module.exports = async (ctx) => {
|
|||
Referer: `https://xueqiu.com/u/${id}`,
|
||||
},
|
||||
});
|
||||
const data = res2.data.data.stocks;
|
||||
const data = res2.data.stocks;
|
||||
|
||||
const res3 = await got({
|
||||
method: 'get',
|
||||
|
|
|
|||
Loading…
Reference in New Issue