fix(card): 修复cgc搜卡5s盾验证

This commit is contained in:
xingc
2025-08-18 01:59:01 +08:00
parent 5f1ed61536
commit cddb0ab0dd
4 changed files with 32 additions and 13 deletions

View File

@@ -58,6 +58,10 @@ class UpdateCard(BaseModel):
display_price: condecimal(max_digits=10, decimal_places=2)
class PlatformSessionsIn(BaseModel):
data: dict
class SearchCardOut(Card):
pass