mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
fix: post type
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = async (ctx) => {
|
||||
url: apiUrl,
|
||||
headers: {
|
||||
Referer: pageUrl,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
size: 5,
|
||||
},
|
||||
|
||||
@@ -12,8 +12,8 @@ module.exports = async (ctx) => {
|
||||
url: infoUrl,
|
||||
headers: {
|
||||
Referer: pageUrl,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
id: paramId,
|
||||
},
|
||||
@@ -26,8 +26,8 @@ module.exports = async (ctx) => {
|
||||
url: apiUrl,
|
||||
headers: {
|
||||
Referer: pageUrl,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
size: 5,
|
||||
type: type,
|
||||
|
||||
@@ -13,8 +13,8 @@ const ProcessFeed = async (list, cache) => {
|
||||
url: detailUrl,
|
||||
headers: {
|
||||
Referer: link,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
uuid: uuid,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user