{
"id": 0,
"parentId": 0,
"modifyTime": "string",
"createdTime": "string",
"dataType": 0,
"sort": "99",
"code": "string",
"btnUrl": "string",
"ext": "string",
"method": "string",
"childList": "new ArrayList<>()",
"pageBtnList": "new ArrayList<>()",
"listRowBtnList": "new ArrayList<>()",
"treeBtnList": "new ArrayList<>()",
"lookList": [
{}
],
"checkEd": true,
"title": "string"
}
curl --location --request POST '/v1/menu-top' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"parentId": 0,
"modifyTime": "string",
"createdTime": "string",
"dataType": 0,
"sort": "99",
"code": "string",
"btnUrl": "string",
"ext": "string",
"method": "string",
"childList": "new ArrayList<>()",
"pageBtnList": "new ArrayList<>()",
"listRowBtnList": "new ArrayList<>()",
"treeBtnList": "new ArrayList<>()",
"lookList": [
{}
],
"checkEd": true,
"title": "string"
}'
{
"message": "",
"code": 0,
"data": {}
}