[Update] Check permission

This commit is contained in:
trunglt251292 2022-06-14 14:31:02 +07:00
parent f4b530b298
commit e6512d770c
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ type PayloadCheckPermission struct {
type StaffCheckPermissionResponse struct {
Message string `json:"message"`
IsValid bool `json:"isValid"`
Code int `json:"code"`
}
// StaffGetPermissions ...