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

[Update] Check permission
This commit is contained in:
trunglt251292 2022-06-14 14:31:30 +07:00 committed by GitHub
commit 9fa122bed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ...