curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/statistics/get_patrol_list' \
--header 'company_id: 1' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--form 'search_type="1"' \
--form 'search_year="2024"' \
--form 'search_month="4"' \
--form 'user_id="2018"' \
--form 'page="1"' \
--form 'limit="10"'
{
"data": [
{
"user_id": 4881,
"oldman_name": "李0722",
"regist_time": "2024-01-12 13:14:22",
"record_type": "陪诊",
"companion_name": null
},
{
"user_id": 4881,
"oldman_name": "李0722",
"regist_time": "2024-01-12 13:15:59",
"record_type": "陪诊",
"companion_name": null
},
{
"user_id": 4948,
"oldman_name": "杨上校",
"regist_time": "2024-01-01 00:16:40",
"record_type": "陪诊",
"companion_name": null
},
{
"user_id": 4918,
"oldman_name": "关羽",
"regist_time": "2024-01-01 00:16:40",
"record_type": "陪诊",
"companion_name": null
},
{
"user_id": 4948,
"oldman_name": "杨上校",
"regist_time": "2024-01-01 00:16:40",
"record_type": "陪诊",
"companion_name": null
}
],
"url": "",
"type": "success",
"msg": "数据获取成功",
"code": 0
}