mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
@@ -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),
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user