mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
fix: 修复了个人/圈子动态不返回第三张以后的图片的问题 (#2082)
修复了个人/圈子动态不返回第三张以后的图片的问题 尝试使用更新的版本号时,返回的结果不单纯按照时间排序,而经过推荐分发
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = async (ctx) => {
|
||||
url: 'https://app.jike.ruguoapp.com/1.0/messages/history',
|
||||
headers: {
|
||||
Referer: `https://m.okjike.com/topics/${id}`,
|
||||
'App-Version': '4.1.0',
|
||||
'App-Version': '4.12.0',
|
||||
},
|
||||
data: {
|
||||
loadMoreKey: null,
|
||||
|
||||
Reference in New Issue
Block a user