{
"name": "1",
"file_url": "2",
"description": "1"
}
curl --location --request GET '/api/system/evaluate/get_list/?page=1&limit=1&user_id=1' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1",
"file_url": "2",
"description": "1"
}'
{
"code": 0,
"msg": "string",
"page": 0,
"limit": 0,
"total": 0,
"is_next": true,
"is_previous": true,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": "string",
"update_datetime": "string",
"nick_name": "string",
"is_visible": 0,
"score": 0,
"user_id": 0,
"job": null,
"by_user": 0,
"job_user": null
}
]
}