7 lines
108 B
Go
7 lines
108 B
Go
package model
|
|
|
|
type RotateCaptchaRequest struct {
|
|
Angle int `json:"angle"`
|
|
Key string `json:"key"`
|
|
}
|