News reader

This commit is contained in:
2025-01-26 12:38:26 +08:00
parent 963e538ae5
commit 5377161fb0
12 changed files with 243 additions and 69 deletions

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: {{endpoint}}/cgi/re/news?take=10&offset=0&source=taiwan-pts
url: {{endpoint}}/cgi/re/news?take=10&offset=0&source=shadiao
body: none
auth: none
}
@ -13,5 +13,5 @@ get {
params:query {
take: 10
offset: 0
source: taiwan-pts
source: shadiao
}