feat(card): 增加请求重试,异常错误提醒

This commit is contained in:
xingc
2025-04-17 18:15:49 +08:00
parent 862ae8fcca
commit f216d694d0
3 changed files with 33 additions and 9 deletions

View File

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