accessToken: ********************{
"uids": [
46215330
]
}curl --location --request POST 'https://openapi.qunjielong.com/open/api/ghome/gh_fans?accessToken=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uids": [
46215330
]
}'{
"code": 200,
"msg": "请求成功",
"data": [
{
"id": 19210776,
"ghGroupId": 62909650,
"fanUid": 46215330,
"createTime": 1597941678000,
"status": 10,
"tagId": 0,
"totalOrderFee": 90,
"totalRefundFee": 90,
"totalOrderNum": 2,
"fanStatus": 10,
"viewCount": 36,
"visitTime": 1719917126000,
"bringUserNum": 6,
"originType": 0,
"lastCopilotTime": 1735791392000
}
],
"success": true
}