mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
fix: post type
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = async (ctx) => {
|
||||
url: 'https://time.geekbang.org/serv/v1/column/intro',
|
||||
headers: {
|
||||
Referer: 'https://time.geekbang.org/',
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
cid: column_id,
|
||||
},
|
||||
@@ -24,8 +24,8 @@ module.exports = async (ctx) => {
|
||||
url: 'https://time.geekbang.org/serv/v1/column/articles/latest',
|
||||
headers: {
|
||||
Referer: 'https://time.geekbang.org/',
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
cid: column_id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user