fix(card): 修复cic搜卡失败,增加响应data解密处理

This commit is contained in:
xingc
2025-07-21 14:58:39 +08:00
parent 57d71af146
commit 071ad07979
3 changed files with 79 additions and 13 deletions

View File

@@ -23,10 +23,17 @@ class SearchCardRetry(ScraperError):
"""搜索重试"""
pass
class SearchCardRetryFail(ScraperError):
"""搜索重试失败"""
pass
class SearchCardHandlerFail(ScraperError):
"""搜索处理失败"""
pass
class WechatApiError(CardBookException):
"""微信开放服务调用api错误"""
pass