🎨 complete SMS login function
This commit is contained in:
6
api/captcha_api/dto/request_dto.go
Normal file
6
api/captcha_api/dto/request_dto.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type RotateCaptchaRequest struct {
|
||||
Angle int `json:"angle"`
|
||||
Key string `json:"key"`
|
||||
}
|
Reference in New Issue
Block a user