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/api/captcha_api/request_param.go
landaiqing 83b6fb6322 🎨 update / add nsq
2024-09-28 23:36:26 +08:00

7 lines
152 B
Go

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