Update the login captcha verify logic (#815)

This commit is contained in:
Wu Clan
2025-09-12 21:02:21 +08:00
committed by GitHub
parent 237534c63e
commit f417374f3e
4 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ from backend.common.schema import SchemaBase
class GetCaptchaDetail(SchemaBase):
"""验证码详情"""
image_type: str = Field(description='图片类型')
uuid: str = Field(description='图片唯一标识')
img_type: str = Field(description='图片类型')
image: str = Field(description='图片内容')