1
This commit is contained in:
@@ -99,4 +99,10 @@ class StuPageResponse(BaseModel):
|
||||
totals: int
|
||||
data: List[StugetResponse]
|
||||
|
||||
class StudelResponse(BaseModel):
|
||||
code: int = 200
|
||||
detail: str = "ok"
|
||||
totals: int
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user