From 30f99cd0105e0fc4e0484b5dc45ec28a8418f425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=B9=8F?= <75709526+wp0403@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:10:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8A=96=E9=9F=B3?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/douyin2.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/douyin2.js b/routes/douyin2.js index 8eb4409..b82ce4a 100644 --- a/routes/douyin2.js +++ b/routes/douyin2.js @@ -4,7 +4,7 @@ * @Author: WangPeng * @Date: 2023-07-10 16:56:01 * @LastEditors: WangPeng - * @LastEditTime: 2023-07-12 11:34:50 + * @LastEditTime: 2023-07-12 15:09:39 */ const Router = require("koa-router"); const douyinRouter = new Router(); @@ -38,8 +38,8 @@ const getData = (data) => { title: v.word, pic: v.word_cover?.url_list[0] || null, hot: v.hot_value, - url: `https://www.douyin.com/hot?modal_id=${v.group_id}`, - mobileUrl: `snssdk1128://share/video/${v.group_id}`, + url: `https://www.douyin.com/hot/${v.sentence_id}`, + mobileUrl: `https://www.douyin.com/hot/${v.sentence_id}`, }; }); };