curl --location --request GET '/home/accostedList' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"message": "",
"status": 0,
"data": [
{
"id": 0,
"nickName": "",
"handImg": "",
"coverImg": "",
"labels": "",
"sex": "",
"age": 0,
"city": "",
"autograph": "",
"vocation": "",
"anchorSetup": {
"id": 0,
"userId": 0,
"videoGold": 0.0,
"textGold": 0.0,
"voiceGold": 0.0,
"phoneGold": 0.0,
"weixinGold": 0.0,
"qqGold": 0.0,
"privatePhotoGold": 0.0,
"privateVideoGold": 0.0,
"extract": 0.0,
"giftShowSwitch": ""
},
"online": "",
"videoGold": 0,
"isVip": 0,
"isSvip": 0,
"hot": 0,
"realFlag": false,
"idCardFlag": false,
"autographVoice": "",
"autographVoiceSecond": 0
}
]
}