From 394ded25e2714efa792a81cc0ac075be8783dc76 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sat, 1 Aug 2020 16:44:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=87=82=E7=90=83=E5=B8=9D=20API=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=9C=B0=E5=9D=80=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#5325)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/dongqiudi/top_news.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/dongqiudi/top_news.js b/lib/routes/dongqiudi/top_news.js index be4bfe373..3e1054dfa 100644 --- a/lib/routes/dongqiudi/top_news.js +++ b/lib/routes/dongqiudi/top_news.js @@ -12,7 +12,7 @@ module.exports = async (ctx) => { const out = await Promise.all( data.map(async (item) => { const title = item.title; - const itemUrl = item.share; + const itemUrl = `https://www.dongqiudi.com/news/${item.id}.html`; const cache = await ctx.cache.get(itemUrl); if (cache) {