{
"groupId": "25319205880463360",
"fromPath": "/abcdef",
"toPath": "/adf"
}
curl --location --request POST 'http://47.92.1.39:8005/api/page/pagePathEdit' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "25319205880463360",
"fromPath": "/abcdef",
"toPath": "/adf"
}'
{
"success": false,
"errCode": "501",
"errMessage": "路径不存在",
"data": null
}