菜单
Last updated
Last updated
{
"id": 1,
"title": "我是菜单1",
"description": "Home,Search,All Collections",
"name": "我是菜单1",
"count": 3,
"items": [
{
"id": 1,
"title": "Home",
"object": "home",
"object_id": 1,
"url": "/",
"path": "/",
"menu_order": 1,
"children": []
},
{
"id": 2,
"title": "Search",
"object": "search",
"object_id": 2,
"url": "/search",
"path": "/search",
"menu_order": 2,
"children": []
},
{
"id": 3,
"title": "All Collections",
"object": "all_collections",
"object_id": 3,
"url": "/collections",
"path": "/collections",
"menu_order": 3,
"children": []
}
]
}