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/model/request_model.go
2024-08-12 22:05:59 +08:00

7 lines
108 B
Go

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