欠费处理

This commit is contained in:
2025-12-14 00:11:38 +08:00
parent f9e2eb6d76
commit 16e3507f7f
2 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ class Generator:
return None
except AttributeError as e:
raise AttributeError(e)
except Exception as e:
logger.error(f"API调用失败: {e}")
return None