Skip to content

Commit

Permalink
fix(route): 晚点报道 (#13204)
Browse files Browse the repository at this point in the history
* Update index.js

* Update radar.js
  • Loading branch information
Shokroc6 authored Sep 4, 2023
1 parent 5cef317 commit 954491b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/v2/latepost/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion lib/v2/latepost/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 954491b

Please sign in to comment.