{
"menuName": "string",
"menuType": "1",
"routeName": "string",
"routePath": "string",
"pathParam": "string",
"query": [
{}
],
"buttons": [
{
"buttonCode": "string",
"buttonDesc": "string"
}
],
"order": 0,
"component": "string",
"parentId": 0,
"i18nKey": "string",
"icon": "string",
"iconType": "1",
"href": "string",
"multiTab": true,
"keepAlive": true,
"hideInMenu": true,
"activeMenu": "string",
"fixedIndexInTab": 0,
"status": "string",
"redirect": "string",
"props": true,
"constant": true
}
curl --location --request POST '/api/v1/system-manage/menus' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuName": "string",
"menuType": "1",
"routeName": "string",
"routePath": "string",
"pathParam": "string",
"query": [
{}
],
"buttons": [
{
"buttonCode": "string",
"buttonDesc": "string"
}
],
"order": 0,
"component": "string",
"parentId": 0,
"i18nKey": "string",
"icon": "string",
"iconType": "1",
"href": "string",
"multiTab": true,
"keepAlive": true,
"hideInMenu": true,
"activeMenu": "string",
"fixedIndexInTab": 0,
"status": "string",
"redirect": "string",
"props": true,
"constant": true
}'
null