fix
This commit is contained in:
@@ -103,11 +103,11 @@ type GetMenuDetailRsp {
|
||||
}
|
||||
//获取菜单列表
|
||||
type GetMenusReq {
|
||||
CurrentPage int64 `form:"current_page"`
|
||||
CurrentPage int `form:"current_page"`
|
||||
Name string `form:"name"`
|
||||
Title string `form:"title"`
|
||||
Path string `form:"path"`
|
||||
ParentId int64 `form:"parent_id"`
|
||||
ParentId *int64 `form:"parent_id"`
|
||||
}
|
||||
type GetMenusRsp {
|
||||
List []MenuItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user