mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-28 19:01:57 +08:00
Feat: model/policy
This commit is contained in:
@@ -24,7 +24,7 @@ func TestGetGroupByID(t *testing.T) {
|
||||
},
|
||||
Name: "管理员",
|
||||
Policies: "[1]",
|
||||
PolicyList: []int{1},
|
||||
PolicyList: []uint{1},
|
||||
}, group)
|
||||
|
||||
//未找到用户时
|
||||
|
||||
Reference in New Issue
Block a user