curl --location --request GET 'http://localhost:8081/system/evaluationHistory/list?id=&quarter=&userId=&paperId=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"quarter": "string",
"userId": 0,
"paperId": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}