fix: xueqiu user_stock (#2931)

This commit is contained in:
hillerliao 2019-08-25 11:05:53 +08:00 committed by DIYgod
parent 61ee926cfb
commit d5a4f66619
1 changed files with 1 additions and 1 deletions

View File

@ -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',