From 3f4194c94a51449ac45e3ad47b6e34857ea400df Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 22 Jul 2022 19:44:04 +0800 Subject: =?UTF-8?q?=E2=9C=A8=F0=9F=8E=A8=20=E5=AE=8C=E5=96=84=E6=8F=92?= =?UTF-8?q?=E4=BB=B6,=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/anti_effort/models.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ATRI/plugins/anti_effort/models.py') diff --git a/ATRI/plugins/anti_effort/models.py b/ATRI/plugins/anti_effort/models.py index aca8fa4..9a62314 100644 --- a/ATRI/plugins/anti_effort/models.py +++ b/ATRI/plugins/anti_effort/models.py @@ -1,6 +1,11 @@ from pydantic import BaseModel +class AntiEffortModel(BaseModel): + update_time: str + data: list + + class AntiEffortUserModel(BaseModel): user_id: int user_nickname: str -- cgit v1.2.3