parent
5cef317a43
commit
954491b980
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue