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"