This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/controller/captcha_controller/request_param.go
2024-09-29 15:46:35 +08:00

7 lines
159 B
Go

package captcha_controller
type RotateCaptchaRequest struct {
Angle int `json:"angle" binding:"required"`
Key string `json:"key" binding:"required"`
}