From d273ed4b1a4a1d9c39ab982277cfba3b525b5e94 Mon Sep 17 00:00:00 2001 From: passthem Date: Thu, 12 Mar 2026 20:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=AE=BD=20wolfx=20api=20=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/common/apis/wolfx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/konabot/common/apis/wolfx.py b/konabot/common/apis/wolfx.py index 10c645b..6e1ecb7 100644 --- a/konabot/common/apis/wolfx.py +++ b/konabot/common/apis/wolfx.py @@ -93,8 +93,8 @@ class CencEewReport(BaseModel): class CencEqReport(BaseModel): - type: Literal["automatic", "reviewed"] - "报告类型,自动报还是正式报" + type: str + "报告类型" EventID: str "事件 ID"