curl --location 'http://117.72.37.29:801/platformApi/user/evaluation/total?page=1&pageSize=10' \
--header 'token: cebf84e9b60295b52f975199b4242731'{
"code": 0,
"data": {
"list": [
{
"id": 0,
"type": 0,
"evaluation_num": 0,
"answer_num": 0,
"questionnaire_name": "string",
"questionnaire_status": 0,
"questions_num": 0,
"questions_score": 0,
"answer_time": 0
}
],
"total": 0
},
"msg": "string"
}