This commit is contained in:
hackrobot
2024-04-11 01:32:16 +08:00
parent d5a5cf151b
commit ad5e65de9f
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ from pydantic import BaseModel
class UserCreate(BaseModel):
wxid: str | None = None
openId: str| None = None
h5openid: str| None = None
sex: str| None = None
country: str| None = None
province: str| None = None