{
"menuCode": "CLDY",
"menuName": "黑龙江和泰医药连锁有限公司",
"menuDevice": 0,
"menuType": 0
}
curl --location --request POST 'http://localhost:9070/xiaoyuan/center/menu/insert' \
--header 'USER_TOKEN: f585fa302a244b68bdbac24779aca1ee' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuCode": "CLDY",
"menuName": "黑龙江和泰医药连锁有限公司",
"menuDevice": 0,
"menuType": 0
}'
{}