Authorization: Bearer ********************curl --location -g --request GET '/innerapi/resident/personalized-performance-list?arc_code={{arc_code}}&system_code={{system_code}}&card_no=51023219541213481X' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"message": "操作成功",
"code": 200,
"data": {
"paginate": {
"total": 1,
"current_page": 1,
"current_count": 1,
"page_size": 15
},
"list": [
{
"id": 1312,
"pkg_nm": "65岁以上空巢老人服务包",
"serv_nm": "心理咨询",
"sgn_ctrct_grp_nm": "平溪山坳桃坪家医团队",
"created_at": "2025-07-13 08:17:11"
}
]
}
}