Merge pull request #7 from Selly-Modules/update-permission

[Update] Add request verify code
This commit is contained in:
trunglt251292 2022-08-23 09:40:33 +07:00 committed by GitHub
commit fd87e04b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"`