curl --location --request GET 'http://localhost:8027/system/evaluationHistory/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"quarter": "string",
"userId": 0,
"paperId": 0,
"createTime": "2019-08-24T14:15:22Z"
}
}