From 3d98cf66eff20b286cede98f73cfecd97da627a0 Mon Sep 17 00:00:00 2001 From: Ethan Shen <42264778+nczitzk@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:01:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20=E4=BA=AC=E4=B8=9C=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=BB=B7=E6=A0=BC=E6=A0=87=E9=A2=98=20(#9638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(route): 京东商品价格标题 * fix: add guid --- lib/v2/jd/price.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/v2/jd/price.js b/lib/v2/jd/price.js index 630cbb8159..39001cb6b8 100644 --- a/lib/v2/jd/price.js +++ b/lib/v2/jd/price.js @@ -28,7 +28,8 @@ module.exports = async (ctx) => { link: currentUrl, item: [ { - title, + guid: data.p, + title: data.p, link: currentUrl, description: art(path.join(__dirname, 'templates/description.art'), { p: data.p,