api/service-patterns: increase xiaohongshu shareId max length
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user