api/service-patterns: increase xiaohongshu shareId max length

This commit is contained in:
wukko 2025-04-24 15:30:52 +06:00
parent 6f6f885723
commit 1335313e39
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -78,5 +78,5 @@ export const testers = {
"xiaohongshu": pattern => "xiaohongshu": pattern =>
pattern.id?.length <= 24 && pattern.token?.length <= 64 pattern.id?.length <= 24 && pattern.token?.length <= 64
|| pattern.shareId?.length <= 12, || pattern.shareId?.length <= 24,
} }