[Update] Add request verify code #7
|
@ -12,6 +12,11 @@ type StaffVerifyCodeBody struct {
|
||||||
Source string `json:"source"`
|
Source string `json:"source"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// StaffVerifyCodeResponse ...
|
||||||
|
type StaffVerifyCodeResponse struct {
|
||||||
|
Success bool `json:"success"`
|
||||||
|
}
|
||||||
|
|
||||||
// CommonQuery ...
|
// CommonQuery ...
|
||||||
type CommonQuery struct {
|
type CommonQuery struct {
|
||||||
Page int64 `json:"page"`
|
Page int64 `json:"page"`
|
||||||
|
|
Loading…
Reference in New Issue