fix
This commit is contained in:
@@ -92,11 +92,11 @@ type GetMenuDetailRsp struct {
|
||||
}
|
||||
|
||||
type GetMenusReq struct {
|
||||
CurrentPage int `form:"current_page"`
|
||||
Name string `form:"name"`
|
||||
Title string `form:"title"`
|
||||
Path string `form:"path"`
|
||||
ParentId *int64 `form:"parent_id"`
|
||||
CurrentPage int `form:"current_page,optional"`
|
||||
Name string `form:"name,optional"`
|
||||
Title string `form:"title,optional"`
|
||||
Path string `form:"path,optional"`
|
||||
ParentId *int64 `form:"parent_id,optional"`
|
||||
}
|
||||
|
||||
type GetMenusRsp struct {
|
||||
|
||||
Reference in New Issue
Block a user