{
"id": "GSF_ID_SVP_LABEL",
"op": "G0C0S0"
}
curl --location --request POST 'http://192.168.0.168/api/intelligent/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_SVP_LABEL",
"op": "G0C0S0"
}'
{
"code": 0,
"data": {
"count": 2,
"vec": [
{
"idx": 0,
"name": "nohelmet",
"alias": "人头",
"fg_color": 33488896,
"bg_color": 16842496,
"flag": 1,
"entry_idx": 1,
"crowd_idx": 1
},
{
"idx": 1,
"name": "helmet",
"alias": "安全帽",
"fg_color": 33488896,
"bg_color": 16842496,
"flag": 255,
"entry_idx": 0,
"crowd_idx": 1
}
]
}
}