️ Improve

This commit is contained in:
2024-08-11 23:55:47 +08:00
parent dedbf2bc03
commit 3cfa4bdf24
24 changed files with 204 additions and 304 deletions

View File

@ -6,7 +6,7 @@ type ShortLinkGenValidator struct {
}
type GetUrlValidator struct {
Hash string `form:"hash" binding:"required"` // Hash: 短链接
Hash string `form:"hash" binding:"required"`
Password string `form:"password"`
}