curl --location --request GET 'http://www.likeadmin.localhost/adminapi/auth.menu/lists' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 19,
"pid": 0,
"type": "M",
"name": "系统设置",
"icon": "icon_sort",
"sort": 100,
"perms": "",
"paths": "setting",
"component": "",
"selected": "",
"params": "",
"is_cache": 0,
"is_show": 1,
"is_disable": 0,
"create_time": "2022-04-20 10:41:03",
"update_time": "2022-04-25 18:52:35",
"children": []
}
]
}