简要描述
请求URL
http://zhibo.cookiegeeks.com/user/black-users
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
token |
是 |
string |
token |
返回示例
{
"code": 200,
"msg": "操作成功",
"data": [
{
"id": "2",
"user_id": "10",
"target_id": "3",
"create_time": "1634296958",
"target": {
"id": "10",
"udid": "123456",
"code_name": "1",
"gender": "1",
"like_gender": "1",
"age": "18",
"nickname": "揽新晨",
"invite_code": null,
"avatar": "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic21.nipic.com%2F20120606%2F5137861_093119370162_2.jpg&refer=http%3A%2F%2Fpic21.nipic.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1636269563&t=f2ae4c8003808a6d66f1447b844c1204",
"is_vip": "0",
"vip_expire_time": null,
"coins": "97740",
"status": "1",
"is_authentication": "0",
"online_status": "1",
"agora_user_id": "9",
"create_time": "1632998636",
"update_time": "1634201941",
"country": "China",
"city": "chengDu",
"introduction": "这是我的自我介绍,about me"
}
},
{
"id": "3",
"user_id": "10",
"target_id": "12",
"create_time": "1634296967",
"target": {
"id": "10",
"udid": "123456",
"code_name": "1",
"gender": "1",
"like_gender": "1",
"age": "18",
"nickname": "揽新晨",
"invite_code": null,
"avatar": "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic21.nipic.com%2F20120606%2F5137861_093119370162_2.jpg&refer=http%3A%2F%2Fpic21.nipic.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1636269563&t=f2ae4c8003808a6d66f1447b844c1204",
"is_vip": "0",
"vip_expire_time": null,
"coins": "97740",
"status": "1",
"is_authentication": "0",
"online_status": "1",
"agora_user_id": "9",
"create_time": "1632998636",
"update_time": "1634201941",
"country": "China",
"city": "chengDu",
"introduction": "这是我的自我介绍,about me"
}
}
]
}
返回参数说明
备注