修复了api唯一key关联的bug,修复了角色删除失败的bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package response
|
||||
|
||||
type PolicyPathResponse struct {
|
||||
Paths []string `json:"paths"`
|
||||
Paths []map[string]string `json:"paths"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user