[Update] Add request verify code
This commit is contained in:
parent
d780aa9094
commit
5ae3c49787
|
@ -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