Authorization: Bearer ********************curl --location --request GET '/api/eva/list?system_code=std-patient-api-jm&token=510202196002271818' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"data": {
"total": 9,
"list": [
{
"id": 105,
"type": "follow_up_diab",
"title": "糖尿病随访服务(2024-08-29)",
"desc": null,
"operation_object": [
{
"data": "/innerapi/follow-up/get-follow-up-show?task_id=1",
"name": "查看随访记录",
"type": 2
}
],
"created_at": "2024-08-29 19:25:15",
"timeliness": null,
"quality": null,
"satisfaction": null,
"info": null,
"send_date": null
}
]
},
"code": 200,
"message": "ok"
}