fix: post type

This commit is contained in:
DIYgod
2019-06-04 18:28:06 +08:00
parent 218c06f96c
commit ea508b8bc2
28 changed files with 66 additions and 75 deletions

View File

@@ -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,
},