Authorization: Bearer ********************{
"fields": [
[
"where",
[
"and",
[
"send_date",
"is not",
null
],
[
"extend_field_c",
"like",
"%吴少%"
]
]
]
]
}curl --location --request GET '/innerapi/eva/search-list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
[
"where",
[
"and",
[
"send_date",
"is not",
null
],
[
"extend_field_c",
"like",
"%吴少%"
]
]
]
]
}'{
"message": "操作成功",
"code": 200,
"data": {
"paginate": {
"total": 4,
"current_page": 1,
"current_count": 4,
"page_size": 15
},
"list": [
{
"id": 1,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [],
"created_at": "2024-08-05 17:17:00",
"timeliness": "5",
"quality": "4",
"satisfaction": "5",
"info": "cesasdasd",
"send_data": "2024-08-06 11:40:16",
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 2,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fff?id=xxx",
"name": "查看服务包",
"type": "1"
}
],
"created_at": "2024-08-05 18:02:54",
"timeliness": "5",
"quality": "4",
"satisfaction": "5",
"info": "cesasdasd",
"send_data": "2024-08-06 10:55:36",
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 3,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fffd?id=xxx",
"name": "查看服务包",
"type": "1"
}
],
"created_at": "2024-08-05 18:07:05",
"timeliness": null,
"quality": null,
"satisfaction": null,
"info": null,
"send_data": null,
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 4,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fffd?id=xxx",
"name": "查看服务包",
"type": "2"
}
],
"created_at": "2024-08-06 14:56:38",
"timeliness": null,
"quality": null,
"satisfaction": null,
"info": null,
"send_data": null,
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
}
]
}
}