{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077",
"memberIdList": [
1,
2,
3
]
}
curl --location --request POST 'https://testgateway.dangbei.net/uc/userVipApi/v3/listUserVip' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077",
"memberIdList": [
1,
2,
3
]
}'
{
"requestId": "string",
"success": true,
"errCode": "string",
"errMessage": "string",
"data": [
{
"dbOpenId": "string",
"memberId": 0,
"memberCode": "string",
"startTime": 0,
"endTime": 0
}
]
}