Authorization: Bearer ********************{
"id": 0,
"name": "string",
"key": "string",
"description": "string",
"sort": 0,
"status": 0,
"isDel": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'http://127.0.0.1:8181/yiyi/sys/pageRole/editRole' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"key": "string",
"description": "string",
"sort": 0,
"status": 0,
"isDel": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"message": "string",
"data": "string"
}