🎨 update project structure
This commit is contained in:
6
controller/captcha_controller/request_param.go
Normal file
6
controller/captcha_controller/request_param.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package captcha_controller
|
||||
|
||||
type RotateCaptchaRequest struct {
|
||||
Angle int `json:"angle" binding:"required"`
|
||||
Key string `json:"key" binding:"required"`
|
||||
}
|
Reference in New Issue
Block a user