Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:8181/yiyi/sys/pageRole/listRole' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": [
{
"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"
}
]
}