curl --location --request GET 'http://www.likeadmin.localhost/adminapi/auth.menu/detail?id=' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 38,
"pid": 0,
"type": "M",
"name": "测试顶级11",
"icon": "",
"sort": 11,
"perms": "",
"paths": "",
"component": "",
"selected": "",
"params": "",
"is_cache": 1,
"is_show": 1,
"is_disable": 0,
"create_time": "2022-06-30 10:08:43",
"update_time": "2022-06-30 10:11:36"
}
}