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