optimize the list of comments

This commit is contained in:
landaiqing
2024-09-24 21:37:37 +08:00
parent 5d86914cb7
commit bb2f49fe74
12 changed files with 411 additions and 258 deletions

View File

@@ -1,6 +1,6 @@
package dto
type RotateCaptchaRequest struct {
Angle int `json:"angle"`
Key string `json:"key"`
Angle int `json:"angle" binding:"required"`
Key string `json:"key" binding:"required"`
}