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