Optimize codes and comments with cursor (#550)

This commit is contained in:
Wu Clan
2025-03-28 10:08:32 +08:00
committed by GitHub
parent 92fe1e7554
commit e492cec7d7
152 changed files with 3428 additions and 2073 deletions
+2
View File
@@ -6,5 +6,7 @@ from backend.common.schema import SchemaBase
class GetCaptchaDetail(SchemaBase):
"""验证码详情"""
image_type: str = Field(description='图片类型')
image: str = Field(description='图片内容')