[Update] Check permission
This commit is contained in:
		
							parent
							
								
									f4b530b298
								
							
						
					
					
						commit
						e6512d770c
					
				| 
						 | 
					@ -84,6 +84,7 @@ type PayloadCheckPermission struct {
 | 
				
			||||||
type StaffCheckPermissionResponse struct {
 | 
					type StaffCheckPermissionResponse struct {
 | 
				
			||||||
	Message string `json:"message"`
 | 
						Message string `json:"message"`
 | 
				
			||||||
	IsValid bool   `json:"isValid"`
 | 
						IsValid bool   `json:"isValid"`
 | 
				
			||||||
 | 
						Code    int    `json:"code"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// StaffGetPermissions ...
 | 
					// StaffGetPermissions ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue