AR排行榜 API 模型

This commit is contained in:
2024-08-03 16:47:57 +08:00
parent 89c319a500
commit 1f02c107f5
7 changed files with 69 additions and 39 deletions

View File

@@ -4,6 +4,12 @@ from typing import Literal
from pydantic import BaseModel
class P(BaseModel): # what is P
pri: float
sec: float
ter: float
class Cache(BaseModel):
status: str
cached_at: datetime