{
"mac": "string",
"dbOpenId": "string",
"platformCode": "string",
"groupList": [
{
"groupId": 0,
"abGroupType": 0
}
],
"tagList": [
0
]
}
curl --location --request POST 'https://testgateway.dangbei.net/uc-group/groupOpenApi/v3/isAccurateUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"mac": "string",
"dbOpenId": "string",
"platformCode": "string",
"groupList": [
{
"groupId": 0,
"abGroupType": 0
}
],
"tagList": [
0
]
}'
{
"requestId": "string",
"success": true,
"errCode": "string",
"errMessage": "string",
"data": {
"groupList": {
"groupId": 0,
"abGroupType": 0
},
"tagList": [
0
]
}
}