curl --location --request GET '/ent/enterprise/assess' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"entid": 0,
"name": "string",
"period": 0,
"create_type": "string",
"create_month": 0,
"create_day": 0,
"create_time": "string",
"own_appraise_period": "string",
"own_appraise_month": 0,
"own_appraise_day": 0,
"own_appraise_time": "string",
"leader_appraise_period": "string",
"leader_appraise_month": 0,
"leader_appraise_day": 0,
"leader_appraise_time": "string",
"user_id": 0,
"user_count": 0,
"file_id": "string",
"status": 0,
"created_at": null,
"updated_at": null,
"user_ent": {
"id": 0,
"card_id": 0,
"card": {
"id": 0,
"name": "string"
}
}
}
],
"count": 0
}
}