diff --git a/lib/v2/latepost/index.js b/lib/v2/latepost/index.js index 1746fe87d..8db681379 100644 --- a/lib/v2/latepost/index.js +++ b/lib/v2/latepost/index.js @@ -40,7 +40,7 @@ module.exports = async (ctx) => { const columns = arrayToDictionary(columnResponse?.data ?? []); const { data: response } = await got.post(apiUrl, { - json: { + form: { page: 1, limit, programa: parseInt(proma, 10), diff --git a/lib/v2/latepost/radar.js b/lib/v2/latepost/radar.js index 6634bb61b..e8d8f410e 100644 --- a/lib/v2/latepost/radar.js +++ b/lib/v2/latepost/radar.js @@ -5,7 +5,7 @@ module.exports = { { title: '报道', docs: 'https://docs.rsshub.app/routes/new-media#wan-dian-latepost-bao-dao', - source: '/', + source: '*', target: (params, url) => { url = new URL(url); const proma = url.searchParams.get('proma');