We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c338d commit 9ed8a0aCopy full SHA for 9ed8a0a
src/plugins/mineru_official_parser.py
@@ -42,7 +42,7 @@ def check_health(self) -> dict[str, Any]:
42
return {
43
"status": "unhealthy",
44
"message": "MINERU_API_KEY 环境变量未设置(mineru_official missing_api_key)",
45
- "details": {"error_code": "A0202"}
+ "details": {"error_code": "-10002"}
46
}
47
48
# 使用一个简单的测试请求来验证 API 密钥
0 commit comments