Authorization: Bearer ********************
{
"record_id": 0,
"services": [
{
"item_id": 0,
"count": 0
}
],
"attachments": [
0
]
}
curl --location -g --request GET '/api/resident/health-color?arc_code={{arc_code}}&system_code={{system_code}}&id_crd_no=450330198909121045' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"record_id": 0,
"services": [
{
"item_id": 0,
"count": 0
}
],
"attachments": [
0
]
}'
{
"message": "操作成功",
"code": 200,
"data": {
"score": "832.4",
"color": "green",
"health_risk_factor": [
{
"show_content": "体重超重(BMI范围在24~28kg/m²)"
},
{
"show_content": "不锻炼"
},
{
"show_content": "饮食习惯:荤食为主"
}
]
}
}