fix(route): TVB「NEWS」返回异常 (#16359)

This commit is contained in:
ueiu 2024-08-04 18:42:28 +08:00 committed by GitHub
parent d36d2a7021
commit 848250291e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ async function handler(ctx) {
lang: language,
page: 1,
limit: ctx.req.query('limit') ?? 50,
country: 'HK',
},
});