Authorization: Bearer ********************
{
"createBy": "string",
"createDate": "2019-08-24T14:15:22Z",
"createName": "string",
"deskIconId": "desk001",
"functionIconStyle": "default",
"functionIframe": 0,
"functionLevel": 1,
"functionName": "用户管理",
"functionOrder": "001",
"functionType": 0,
"functionUrl": "/user",
"iconId": "icon001",
"id": "string",
"parentFunctionId": "000",
"updateBy": "string",
"updateDate": "2019-08-24T14:15:22Z",
"updateName": "string"
}
curl --location --request POST '/menu/addmenu' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createDate": "2019-08-24T14:15:22Z",
"createName": "string",
"deskIconId": "desk001",
"functionIconStyle": "default",
"functionIframe": 0,
"functionLevel": 1,
"functionName": "用户管理",
"functionOrder": "001",
"functionType": 0,
"functionUrl": "/user",
"iconId": "icon001",
"id": "string",
"parentFunctionId": "000",
"updateBy": "string",
"updateDate": "2019-08-24T14:15:22Z",
"updateName": "string"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}