{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077"
}
curl --location --request POST 'https://testgateway.dangbei.net/uc/userApi/v3/getByOpenId' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077"
}'
{
"requestId": "704a8c83-6ea5-457e-9cb4-c15c8a832c20",
"success": true,
"errCode": null,
"errMessage": null,
"data": {
"dbOpenId": "281528012360211077",
"mobile": "18888888888",
"nickname": "这些年来",
"avatar": "http://dummyimage.com/100x100",
"sex": 0,
"birthday": "2014-09-12",
"country": "中国",
"province": "浙江省",
"city": "杭州市",
"internal_flag": 0,
"createTime": "2018-10-25 19:09:13"
}
}