From 6d66c5b5774bf71ac23786818ac6571272fe7b3c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 17 Apr 2024 15:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20site.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/schemas/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schemas/site.py b/app/schemas/site.py index a7d63479..0c0fe800 100644 --- a/app/schemas/site.py +++ b/app/schemas/site.py @@ -45,7 +45,7 @@ class Site(BaseModel): class SiteStatistic(BaseModel): # 站点ID - domain: Optional[int] + domain: Optional[str] # 成功次数 success: Optional[int] = 0 # 失败次数