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}`, }; }); };