Authorization: Bearer ********************{
"id": 0,
"group": "string",
"name": "string",
"type": 0,
"url": "string",
"component": "string",
"permission": "string",
"method": "string",
"sort": 0,
"parentId": 0,
"icon": "string",
"isDel": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"children": [
{}
]
}curl --location --request POST 'http://127.0.0.1:8181/yiyi/sys/pageRole/editPage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"group": "string",
"name": "string",
"type": 0,
"url": "string",
"component": "string",
"permission": "string",
"method": "string",
"sort": 0,
"parentId": 0,
"icon": "string",
"isDel": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"children": [
{}
]
}'{
"code": 0,
"message": "string",
"data": "string"
}