✨ add jwt / complete the rotation verification
This commit is contained in:
6
api/captcha_api/model/request_model.go
Normal file
6
api/captcha_api/model/request_model.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type RotateCaptchaRequest struct {
|
||||
Angle int `json:"angle"`
|
||||
Key string `json:"key"`
|
||||
}
|
Reference in New Issue
Block a user