修复了api唯一key关联的bug,修复了角色删除失败的bug

This commit is contained in:
pixel
2020-04-13 17:45:33 +08:00
parent 959aa9cd38
commit f68947d50e
5 changed files with 22 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
package response
type PolicyPathResponse struct {
Paths []string `json:"paths"`
Paths []map[string]string `json:"paths"`
}