{
"user_id": 0,
"no_cache": false
}
curl --location --request POST '/get_stranger_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"no_cache": false
}'
{
"status": "ok",
"retcode": 0,
"data": {
"user_id": 0,
"avatar": "string",
"q_id": "string",
"nickname": "string",
"sign": "string",
"sex": "string",
"age": 0,
"level": 0,
"status": {
"status_id": 0,
"face_id": 0,
"message": "string"
},
"RegisterTime": "string",
"Business": [
{
"type": 0,
"name": "string",
"level": 0,
"icon": "string",
"ispro": 0,
"isyear": 0
}
]
}
}