{
"id": 0,
"tenantType": 0,
"parentId": 0,
"title": "string",
"permCode": "string",
"premType": 0,
"sort": 0,
"status": 0,
"routerPath": "string",
"routerComponent": "string",
"routerRedirect": "string",
"routerMateIcon": "string",
"routerMateIsLink": true,
"routerMateIsHide": true,
"routerMateIsFull": true,
"routerMateIsAffix": true,
"routerMateIsKeepAlive": true,
"distributeList": [
{
"tenantType": 0,
"parentId": 0,
"title": "string",
"sort": 0,
"routerPath": "string"
}
]
}curl --location --request POST '/sys/menu/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"tenantType": 0,
"parentId": 0,
"title": "string",
"permCode": "string",
"premType": 0,
"sort": 0,
"status": 0,
"routerPath": "string",
"routerComponent": "string",
"routerRedirect": "string",
"routerMateIcon": "string",
"routerMateIsLink": true,
"routerMateIsHide": true,
"routerMateIsFull": true,
"routerMateIsAffix": true,
"routerMateIsKeepAlive": true,
"distributeList": [
{
"tenantType": 0,
"parentId": 0,
"title": "string",
"sort": 0,
"routerPath": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"parentId": 0,
"tenantType": 0,
"title": "string",
"permCode": "string",
"premType": 0,
"sort": 0,
"status": 0,
"routerPath": "string",
"routerComponent": "string",
"routerRedirect": "string",
"routerMateIcon": "string",
"routerMateIsLink": true,
"routerMateIsHide": true,
"routerMateIsFull": true,
"routerMateIsAffix": true,
"routerMateIsKeepAlive": true,
"createBy": 0,
"createTime": "string"
},
"other": {}
}