Skip to content

Commit

Permalink
fix(route): radar rule for xueqiu snb & stock_info (DIYgod#12935)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirius60111 authored Aug 5, 2023
1 parent 525f6a0 commit a21ed0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/v2/xueqiu/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ module.exports = {
{
title: '组合最新调仓信息',
docs: 'https://docs.rsshub.app/finance.html#xue-qiu',
source: ['/p/:id'],
source: ['/P/:id', '/p/:id'],
target: '/xueqiu/snb/:id',
},
{
title: '股票信息',
docs: 'https://docs.rsshub.app/finance.html#xue-qiu',
source: ['/S/:id'],
source: ['/S/:id', '/s/:id'],
target: '/xueqiu/stock_info/:id',
},
{
Expand Down

0 comments on commit a21ed0d

Please sign in to comment.