DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
32.61k stars 7.27k forks source link

wise汇率的pubDate不会更新 #16905

Open SlightDust opened 1 week ago

SlightDust commented 1 week ago

路由地址

/wise/pair/:source/:target

完整路由地址

/wise/pair/:source/:target

相关文档

https://docs.rsshub.app/zh/routes/other#fx-pair-yesterday

预期是什么?

内容更新时,pubDate字段也更新

实际发生了什么?

pubDate字段未更新

部署

自建

部署相关信息

Docker20.10.21

额外信息

<item>
<title>USD/CNY 📈 @7.26665 0.0509%</title>
<description><h3>USD to CNY</h3><table><tbody><tr><th align="left" style="border:1px solid #000">Date</th><th align="left" style="border:1px solid #000">Rate</th></tr><tr><td style="border:1px solid #000">2024-09-23</td><td style="border:1px solid #000">7.26665</td></tr><tr><td style="border:1px solid #000">2024-09-22</td><td style="border:1px solid #000">7.26295</td></tr></tbody></table></description>
<link>https://wise.com/tools/exchange-rate-alerts/</link>
<guid isPermaLink="false">wise:rates:USD-CNY-2024-09-23</guid>
<pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate>
</item>

这不是重复的 issue

github-actions[bot] commented 1 week ago
Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake. 如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。

ueiu commented 1 week ago

看了下代码,pubDate 字段是用的 wise 接口返回的最新一天的 time 字段填入的,你 23 号的汇率就应该是 23 号的 pubDate 吧,怎么你贴进来的是 27 的日期呢?

SlightDust commented 6 days ago

看了下代码,pubDate 字段是用的 wise 接口返回的最新一天的 time 字段填入的,你 23 号的汇率就应该是 23 号的 pubDate 吧,怎么你贴进来的是 27 的日期呢?

6月27号。之后pubDate再也没更新过

SlightDust commented 6 days ago

忽然发现汇率也不对,查到的结果也是6月27号的汇率。wise那边可能改接口出参了