[
{
"parentId": "85",
"id": "16",
"orderNum": 19
},
{
"parentId": "4",
"orderNum": 68,
"id": "9"
},
{
"parentId": "59",
"id": "45",
"orderNum": 66
},
{
"id": "96",
"parentId": "38",
"orderNum": 53
},
{
"parentId": "16",
"id": "25",
"orderNum": 43
}
]curl --location 'ssiot.cc/api/menu/order/modify' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '[
{
"parentId": "85",
"id": "16",
"orderNum": 19
},
{
"parentId": "4",
"orderNum": 68,
"id": "9"
},
{
"parentId": "59",
"id": "45",
"orderNum": 66
},
{
"id": "96",
"parentId": "38",
"orderNum": 53
},
{
"parentId": "16",
"id": "25",
"orderNum": 43
}
]'{}