mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 21:24:55 +08:00
🐞 fix: 修复米游社系列接口出错
This commit is contained in:
@@ -44,9 +44,9 @@ const getList = async (options: Options, noCache: boolean) => {
|
||||
title: data.subject,
|
||||
desc: data.content,
|
||||
cover: data.cover,
|
||||
author: v.user.nickname,
|
||||
author: v.user?.nickname || null,
|
||||
timestamp: getTime(data.created_at),
|
||||
hot: v.stat.view_num,
|
||||
hot: data.view_status,
|
||||
url: `https://www.miyoushe.com/sr/article/${data.post_id}`,
|
||||
mobileUrl: `https://m.miyoushe.com/sr/#/article/${data.post_id}`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user