Skip to content

Commit 9ed8a0a

Browse files
author
humeng
committed
fix: 错误码 - 请求参数错误
1 parent f2c338d commit 9ed8a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/mineru_official_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def check_health(self) -> dict[str, Any]:
4242
return {
4343
"status": "unhealthy",
4444
"message": "MINERU_API_KEY 环境变量未设置(mineru_official missing_api_key)",
45-
"details": {"error_code": "A0202"}
45+
"details": {"error_code": "-10002"}
4646
}
4747

4848
# 使用一个简单的测试请求来验证 API 密钥

0 commit comments

Comments
 (0)