From d5a4f66619193c982941e2a71e6ec6a2f098e494 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Sun, 25 Aug 2019 11:05:53 +0800 Subject: [PATCH] fix: xueqiu user_stock (#2931) --- lib/routes/xueqiu/user_stock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/xueqiu/user_stock.js b/lib/routes/xueqiu/user_stock.js index 3f0ea833b..82245a09b 100644 --- a/lib/routes/xueqiu/user_stock.js +++ b/lib/routes/xueqiu/user_stock.js @@ -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',