curl --location 'https://java-admin.likeadmin.cn//api/channel/oaMenu/publish' \
--header 'Content-Type: application/json' \
--data '[
{
"name": "string",
"menuType": 0,
"subButtons": [
{
"name": "string",
"visitType": "string",
"url": "string"
}
]
}
]'{
"code": 200,
"msg": "成功",
"data": []
}