curl --location --request GET '/api/distribution/fansLists?type=first&keyword=哈&fans_sort=1&order_amount_sort=2&order_num_sort=1' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"avatar": "string",
"nickname": "string",
"mobile": "string",
"create_time": "string",
"fans": 0,
"order_amount": 0,
"order_num": 0
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}