[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

View File

@ -12,6 +12,11 @@ type StaffVerifyCodeBody struct {
Source string `json:"source"`
}
// StaffVerifyCodeResponse ...
type StaffVerifyCodeResponse struct {
Success bool `json:"success"`
}
// CommonQuery ...
type CommonQuery struct {
Page int64 `json:"page"`