fix: 修整所有日志与报错为中文

This commit is contained in:
DLmaster361
2025-08-30 20:30:43 +08:00
parent 389e06cf9e
commit f62740f20b
20 changed files with 363 additions and 422 deletions

View File

@@ -60,7 +60,7 @@ def get_logger(module_name: str):
"""
获取一个绑定 module 名的日志器
:param module_name: 模块名称"用户管理"
:param module_name: 模块名称, "用户管理"
:return: 绑定后的 logger
"""
return _logger.bind(module=module_name)