{
"menuId": 0,
"distributeList": [
{
"tenantType": 0,
"parentId": 0,
"title": "string",
"sort": 0,
"routerPath": "string"
}
]
}curl --location --request POST '/sys/menu/distribute' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuId": 0,
"distributeList": [
{
"tenantType": 0,
"parentId": 0,
"title": "string",
"sort": 0,
"routerPath": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}