{
"icon": "fa fa-female",
"mid": 700201904008,
"seq": 1
}
curl --location --request POST '/j1-menumana/commonmenu/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"icon": "fa fa-female",
"mid": 700201904008,
"seq": 1
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}