From 87f0ca3c782000f6fcf1b0eb5a998099bc182ce9 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 11:35:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8A=96=E9=9F=B3?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AFurl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/douyin2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/douyin2.js b/routes/douyin2.js index c9ba690..8eb4409 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-11 17:26:05 + * @LastEditTime: 2023-07-12 11:34:50 */ const Router = require("koa-router"); const douyinRouter = new Router(); @@ -39,7 +39,7 @@ const getData = (data) => { pic: v.word_cover?.url_list[0] || null, hot: v.hot_value, url: `https://www.douyin.com/hot?modal_id=${v.group_id}`, - mobileUrl: `https://m.douyin.com/share/video/${v.group_id}`, + mobileUrl: `snssdk1128://share/video/${v.group_id}`, }; }); };