{
"menuDevice": 10,
"menuType": 10,
"operateType": 10
}
curl --location --request POST 'http://localhost:9070/xiaoyuan/center/menu/getList' \
--header 'USER_TOKEN: f585fa302a244b68bdbac24779aca1ee' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuDevice": 10,
"menuType": 10,
"operateType": 10
}'
{}