This commit is contained in:
MingxuanGame
2025-07-26 17:31:36 +00:00
2 changed files with 54 additions and 9 deletions

View File

@@ -27,3 +27,10 @@ class UserCreate(BaseModel):
password: str
email: str
country_code: str = "CN"
class OAuthErrorResponse(BaseModel):
error: str
error_description: str
hint: str
message: str