mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
fix: post type
This commit is contained in:
@@ -13,6 +13,7 @@ module.exports = async (ctx) => {
|
||||
Referer: `https://m.okjike.com/topics/${id}`,
|
||||
'App-Version': '4.12.0',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
loadMoreKey: null,
|
||||
topic: id,
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports = async (ctx) => {
|
||||
Referer: `https://m.okjike.com/topics/${id}`,
|
||||
'App-Version': '4.12.0',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
loadMoreKey: null,
|
||||
topicId: id,
|
||||
|
||||
@@ -12,6 +12,7 @@ module.exports = async (ctx) => {
|
||||
Referer: `https://m.okjike.com/topics/${id}`,
|
||||
'App-Version': '4.12.0',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
loadMoreKey: null,
|
||||
topic: id,
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports = async (ctx) => {
|
||||
'App-Version': '4.12.0',
|
||||
platform: 'web',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
limit: 20,
|
||||
loadMoreKey: null,
|
||||
|
||||
Reference in New Issue
Block a user