{
"pid": 0,
"api_url": "/api/menu",
"component": "MenuComponent",
"path": "/menu",
"name": "菜单名称",
"icon": "icon-menu",
"is_show": true,
"type": 1,
"sort": 1
}
curl --location --request POST '/adminapi/admin/menus' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pid": 0,
"api_url": "/api/menu",
"component": "MenuComponent",
"path": "/menu",
"name": "菜单名称",
"icon": "icon-menu",
"is_show": true,
"type": 1,
"sort": 1
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}