[Update] Add request verify code

This commit is contained in:
trunglt251292 2022-08-23 09:38:32 +07:00
parent d780aa9094
commit 5ae3c49787
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"`