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