curl --location --request GET '/shopapi/distribution/fans' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 3,
"avatar": "",
"nickname": "测试3",
"mobile": "13800000003",
"create_time": null,
"fans": 2,
"order_amount": 0,
"order_num": 0
},
{
"id": 4,
"avatar": "http://www.likeshopb2cv3.localhost/2.JPG",
"nickname": "测试4",
"mobile": "13800000004",
"create_time": null,
"fans": 1,
"order_amount": 0,
"order_num": 0
},
{
"id": 1,
"avatar": "http://www.likeshopb2cv3.localhost/1.jpg",
"nickname": "测试用户",
"mobile": "13800138000",
"create_time": null,
"fans": 0,
"order_amount": 100,
"order_num": 1
}
],
"count": 3,
"page_no": 1,
"page_size": 25,
"extend": []
}
}