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

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

View File

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

View File

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

View File

@@ -11,6 +11,7 @@ module.exports = async (ctx) => {
'App-Version': '4.12.0',
platform: 'web',
},
json: true,
data: {
limit: 20,
loadMoreKey: null,