{
"page": 1,
"size": 1,
"anchorType": "newcomer",
"notInIds": [
0
],
"inIds": [
0
],
"tokenId": 0,
"isAccosted": "false",
"sex": "unknown",
"city": "string",
"keyword": "string",
"online": "string"
}curl --location --request POST '/home/getUserList' \
--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}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"anchorType": "newcomer",
"notInIds": [
0
],
"inIds": [
0
],
"tokenId": 0,
"isAccosted": "false",
"sex": "unknown",
"city": "string",
"keyword": "string",
"online": "string"
}'{
"message": "",
"status": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"list": [
{
"id": 0,
"nickName": "",
"handImg": "",
"coverImg": "",
"labels": "",
"sex": "",
"age": 0,
"height": 0,
"weight": 0.0,
"city": "",
"autograph": "",
"vocation": "",
"anchorSetup": {
"id": 0,
"createTime": "",
"tenantId": "",
"userId": 0,
"tollSwitch": false,
"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": false,
"greetFlag": false
},
"online": "",
"videoGold": 0,
"isVip": 0,
"isSvip": 0,
"hot": 0,
"realFlag": false,
"idCardFlag": false,
"autographVoice": "",
"autographVoiceSecond": 0,
"disable": "",
"typeFlag": false,
"createTime": ""
}
],
"total": 0,
"pageCount": 0
}
}