This commit is contained in:
孟帅
2024-07-21 22:21:02 +08:00
parent 7d8330f72f
commit a37d088360
440 changed files with 6303 additions and 3339 deletions

View File

@@ -218,7 +218,7 @@ type (
}
IAdminRole interface {
// Verify 验证权限
Verify(ctx context.Context, path, method string) bool
Verify(ctx context.Context, path string, method string) bool
// List 获取列表
List(ctx context.Context, in *adminin.RoleListInp) (res *adminin.RoleListModel, totalCount int, err error)
// GetName 获取指定角色的名称