[Update] Add request verify code #7

Merged
trunglt251292 merged 1 commits from update-permission into master 2022-08-23 02:40:34 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 5ae3c49787 - Show all commits

View File

@ -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"`